Shades of Light Cyan #D9F6FD
Tints of Light Cyan #D9F6FD
RGB
CMYK
RGB Variations
Color information
#D9F6FD (or 0xD9F6FD) is known color: Light Cyan. HEX triplet: D9, F6 and FD. RGB value is (217,246,253). Sum of RGB (Red+Green+Blue) = 217+246+253=716 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.31% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F6FD is #260902. Grayscale: #EEEEEE. Windows color (decimal): -2492675 or 16643801. OLE color: 16643801.
HSL color Cylindrical-coordinate representation of color #D9F6FD: hue angle of 191.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F6FD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 246 | 253 | - |
CMYK | 0.14 | 0.03 | 0 | 0.01 |
HSL | 191.67º | 0.9% | 0.92% | - |
HSV(B) | 191.67º | 0.14% | 0.99% | - |
XYZ | 79.3 | 87.76 | 105.69 | - |
YUV | 238.13 | 136.39 | 112.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 246 | 253 | 0.14 | 0.03 | 0 | 0.01 | 191.67 | 0.9 | 0.92 |
Hex | D9 | F6 | FD | E | 3 | 0 | 1 | C0 | 5A | 5C |
Octal | 331 | 366 | 375 | 16 | 3 | 0 | 1 | 300 | 132 | 134 |
Binary | 11011001 | 11110110 | 11111101 | 1110 | 11 | 0 | 1 | 11000000 | 1011010 | 1011100 |
Color Harmonies of #D9F6FD
Complementary color
Monochromatic Colors of #D9F6FD
Black with #D9F6FD
Text Example
Text Example
White with #D9F6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F6FD; }
p { color: rgb(217,246,253); }
H1.HeaderClassName
{
color: #D9F6FD;
}
.AnyTagClassName
{
color: #D9F6FD;
}
</style>
background-color css
<style>
a { background-color: #D9F6FD; }
a { background-color: rgb(217,246,253); }
div.DivClassName
{
background-color: #D9F6FD;
}
.BgClassName
{
background-color: #D9F6FD;
}
</style>
border-color css
<style>
span { border-color: #D9F6FD; }
span { border-color: rgb(217,246,253); }
td.TdClassName
{
border-color: #D9F6FD;
}
.TagClassName
{
border-color: #D9F6FD;
}
</style>