Color spaces of #9bdfff
RGB | 155 | 223 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.80 |
HSV | 199° | 39° | 100° |
CMYK | 0.39 | 0.13 | 0.00 0.00 |
XYZ | 57.9552 | 66.9639 | 104.4785 |
Yxy | 66.9639 | 0.2526 | 0.2919 |
Hunter Lab | 81.8315 | -16.7867 | -18.4166 |
CIE-Lab | 85.4857 | -13.4493 | -22.2907 |
#9bdfff color RGB value is (155,223,255).
#9bdfff hex color red value is 155, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9bdfff hue: 0.55 , saturation: 1.00 and the lightness value of 9bdfff is 0.80.
The process color (four color CMYK) of #9bdfff color hex is 0.39, 0.13, 0.00, 0.00. Web safe color of #9bdfff is #99ccff. Color #9bdfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11011111 | 11111111 |
Octal | 233 | 337 | 377 |
Decimal | 155 | 223 | 255 |
Hex | 9B | DF | FF |
Shades of #9bdfff
Tints of #9bdfff
RGB Percentages of Color #9bdfff
CMYK Percentages of Color #9bdfff
Complementary Color
#9bdfff | #ffbb9b |
#9bdfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bdfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bdfff Color CSS Codes
.mybgcolor {background-color:#9bdfff; } .myforecolor {color:#9bdfff; } .mybordercolor {border:3px solid #9bdfff; }
#9bdfff Text Font Color
<p style="color:#9bdfff">Text here</p>
This sample text font color is #9bdfff
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.
#9bdfff Background Color
<div style="background-color:#9bdfff">
Div content here</div>
This div background color is #9bdfff
#9bdfff Border Color
<div style="border:3px solid #9bdfff">
Div here</div>
This div border color is #9bdfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,223,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bdfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bdfff; -webkit-box-shadow: 1px 1px 3px 2px #9bdfff; box-shadow: 1px 1px 3px 2px #9bdfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,223,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 #9bdfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bdfff; -webkit-box-shadow: 1px 1px 3px 2px #9bdfff; box-shadow: 1px 1px 3px 2px #9bdfff;">
Div content here</div>
This div box has shadow with color #9bdfff
Comments
No comments written yet.
Please login to write comment.