Shades of Light Cyan #D9FDFF
Tints of Light Cyan #D9FDFF
RGB
CMYK
RGB Variations
Color information
#D9FDFF (or 0xD9FDFF) is known color: Light Cyan. HEX triplet: D9, FD and FF. RGB value is (217,253,255). Sum of RGB (Red+Green+Blue) = 217+253+255=725 (96% of max value = 765). Red value is 217 (85.16% from 255 or 29.93% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDFF is #260200. Grayscale: #F2F2F2. Windows color (decimal): -2490881 or 16776665. OLE color: 16776665.
HSL color Cylindrical-coordinate representation of color #D9FDFF: hue angle of 183.16º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FDFF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 217 | 253 | 255 | - |
CMYK | 0.15 | 0.01 | 0 | 0 |
HSL | 183.16º | 1% | 0.93% | - |
HSV(B) | 183.16º | 0.15% | 1% | - |
XYZ | 81.79 | 92.22 | 108.1 | - |
YUV | 242.46 | 135.07 | 109.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 255 | 0.15 | 0.01 | 0 | 0 | 183.16 | 1 | 0.93 |
Hex | D9 | FD | FF | F | 1 | 0 | 0 | B7 | 64 | 5D |
Octal | 331 | 375 | 377 | 17 | 1 | 0 | 0 | 267 | 144 | 135 |
Binary | 11011001 | 11111101 | 11111111 | 1111 | 1 | 0 | 0 | 10110111 | 1100100 | 1011101 |
Color Harmonies of #D9FDFF
Complementary color
Monochromatic Colors of #D9FDFF
Black with #D9FDFF
Text Example
Text Example
White with #D9FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDFF; }
p { color: rgb(217,253,255); }
H1.HeaderClassName
{
color: #D9FDFF;
}
.AnyTagClassName
{
color: #D9FDFF;
}
</style>
background-color css
<style>
a { background-color: #D9FDFF; }
a { background-color: rgb(217,253,255); }
div.DivClassName
{
background-color: #D9FDFF;
}
.BgClassName
{
background-color: #D9FDFF;
}
</style>
border-color css
<style>
span { border-color: #D9FDFF; }
span { border-color: rgb(217,253,255); }
td.TdClassName
{
border-color: #D9FDFF;
}
.TagClassName
{
border-color: #D9FDFF;
}
</style>