Color spaces of #9bbdef
RGB | 155 | 189 | 239 |
---|---|---|---|
HSL | 0.60 | 0.72 | 0.77 |
HSV | 216° | 35° | 94° |
CMYK | 0.35 | 0.21 | 0.00 0.06 |
XYZ | 47.2952 | 49.5957 | 88.7416 |
Yxy | 49.5957 | 0.2548 | 0.2672 |
Hunter Lab | 70.4242 | -3.3661 | -25.4144 |
CIE-Lab | 75.8204 | 0.4360 | -28.5071 |
#9bbdef color RGB value is (155,189,239).
#9bbdef hex color red value is 155, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9bbdef hue: 0.60 , saturation: 0.72 and the lightness value of 9bbdef is 0.77.
The process color (four color CMYK) of #9bbdef color hex is 0.35, 0.21, 0.00, 0.06. Web safe color of #9bbdef is #99ccff. Color #9bbdef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 10111101 | 11101111 |
Octal | 233 | 275 | 357 |
Decimal | 155 | 189 | 239 |
Hex | 9B | BD | EF |
Shades of #9bbdef
Tints of #9bbdef
RGB Percentages of Color #9bbdef
CMYK Percentages of Color #9bbdef
Complementary Color
#9bbdef | #efcd9b |
#9bbdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bbdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bbdef Color CSS Codes
.mybgcolor {background-color:#9bbdef; } .myforecolor {color:#9bbdef; } .mybordercolor {border:3px solid #9bbdef; }
#9bbdef Text Font Color
<p style="color:#9bbdef">Text here</p>
This sample text font color is #9bbdef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#9bbdef Background Color
<div style="background-color:#9bbdef">
Div content here</div>
This div background color is #9bbdef
#9bbdef Border Color
<div style="border:3px solid #9bbdef">
Div here</div>
This div border color is #9bbdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,189,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bbdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bbdef; -webkit-box-shadow: 1px 1px 3px 2px #9bbdef; box-shadow: 1px 1px 3px 2px #9bbdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,189,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bbdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bbdef; -webkit-box-shadow: 1px 1px 3px 2px #9bbdef; box-shadow: 1px 1px 3px 2px #9bbdef;">
Div content here</div>
This div box has shadow with color #9bbdef
Comments
No comments written yet.
Please login to write comment.