Shades of Light Cyan #D9F5FB
Tints of Light Cyan #D9F5FB
RGB
CMYK
RGB Variations
Color information
#D9F5FB (or 0xD9F5FB) is known color: Light Cyan. HEX triplet: D9, F5 and FB. RGB value is (217,245,251). Sum of RGB (Red+Green+Blue) = 217+245+251=713 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.43% from 713); Green value is 245 (96.09% from 255 or 34.36% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9F5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F5FB is #260A04. Grayscale: #EDEDED. Windows color (decimal): -2492933 or 16512473. OLE color: 16512473.
HSL color Cylindrical-coordinate representation of color #D9F5FB: hue angle of 190.59º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F5FB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 245 | 251 | - |
CMYK | 0.14 | 0.02 | 0 | 0.02 |
HSL | 190.59º | 0.81% | 0.92% | - |
HSV(B) | 190.59º | 0.14% | 0.98% | - |
XYZ | 78.68 | 87.02 | 103.92 | - |
YUV | 237.31 | 135.72 | 113.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 245 | 251 | 0.14 | 0.02 | 0 | 0.02 | 190.59 | 0.81 | 0.92 |
Hex | D9 | F5 | FB | E | 2 | 0 | 2 | BF | 51 | 5C |
Octal | 331 | 365 | 373 | 16 | 2 | 0 | 2 | 277 | 121 | 134 |
Binary | 11011001 | 11110101 | 11111011 | 1110 | 10 | 0 | 10 | 10111111 | 1010001 | 1011100 |
Color Harmonies of #D9F5FB
Complementary color
Monochromatic Colors of #D9F5FB
Black with #D9F5FB
Text Example
Text Example
White with #D9F5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F5FB; }
p { color: rgb(217,245,251); }
H1.HeaderClassName
{
color: #D9F5FB;
}
.AnyTagClassName
{
color: #D9F5FB;
}
</style>
background-color css
<style>
a { background-color: #D9F5FB; }
a { background-color: rgb(217,245,251); }
div.DivClassName
{
background-color: #D9F5FB;
}
.BgClassName
{
background-color: #D9F5FB;
}
</style>
border-color css
<style>
span { border-color: #D9F5FB; }
span { border-color: rgb(217,245,251); }
td.TdClassName
{
border-color: #D9F5FB;
}
.TagClassName
{
border-color: #D9F5FB;
}
</style>