Color spaces of #9bcdff
RGB | 155 | 205 | 255 |
---|---|---|---|
HSL | 0.58 | 1.00 | 0.80 |
HSV | 210° | 39° | 100° |
CMYK | 0.39 | 0.20 | 0.00 0.00 |
XYZ | 53.3989 | 57.8512 | 102.9597 |
Yxy | 57.8512 | 0.2493 | 0.2701 |
Hunter Lab | 76.0600 | -7.7867 | -27.0168 |
CIE-Lab | 80.6560 | -4.0472 | -29.6572 |
#9bcdff color RGB value is (155,205,255).
#9bcdff hex color red value is 155, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9bcdff hue: 0.58 , saturation: 1.00 and the lightness value of 9bcdff is 0.80.
The process color (four color CMYK) of #9bcdff color hex is 0.39, 0.20, 0.00, 0.00. Web safe color of #9bcdff is #99ccff. Color #9bcdff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001101 | 11111111 |
Octal | 233 | 315 | 377 |
Decimal | 155 | 205 | 255 |
Hex | 9B | CD | FF |
Shades of #9bcdff
Tints of #9bcdff
RGB Percentages of Color #9bcdff
CMYK Percentages of Color #9bcdff
Complementary Color
#9bcdff | #ffcd9b |
#9bcdff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bcdff Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bcdff Color CSS Codes
.mybgcolor {background-color:#9bcdff; } .myforecolor {color:#9bcdff; } .mybordercolor {border:3px solid #9bcdff; }
#9bcdff Text Font Color
<p style="color:#9bcdff">Text here</p>
This sample text font color is #9bcdff
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.
#9bcdff Background Color
<div style="background-color:#9bcdff">
Div content here</div>
This div background color is #9bcdff
#9bcdff Border Color
<div style="border:3px solid #9bcdff">
Div here</div>
This div border color is #9bcdff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,205,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bcdff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bcdff; -webkit-box-shadow: 1px 1px 3px 2px #9bcdff; box-shadow: 1px 1px 3px 2px #9bcdff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,205,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bcdff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcdff; -webkit-box-shadow: 1px 1px 3px 2px #9bcdff; box-shadow: 1px 1px 3px 2px #9bcdff;">
Div content here</div>
This div box has shadow with color #9bcdff
#9bcdff Color Palettes
Comments
No comments written yet.
Please login to write comment.