Shades of Light Cyan #D9FDF7
Tints of Light Cyan #D9FDF7
RGB
CMYK
RGB Variations
Color information
#D9FDF7 (or 0xD9FDF7) is known color: Light Cyan. HEX triplet: D9, FD and F7. RGB value is (217,253,247). Sum of RGB (Red+Green+Blue) = 217+253+247=717 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.26% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDF7 is #260208. Grayscale: #F1F1F1. Windows color (decimal): -2490889 or 16252377. OLE color: 16252377.
HSL color Cylindrical-coordinate representation of color #D9FDF7: hue angle of 170º 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 #D9FDF7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 247 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.01 |
| HSL | 170º | 0.9% | 0.92% | - |
| HSV(B) | 170º | 0.14% | 0.99% | - |
| XYZ | 80.53 | 91.72 | 101.45 | - |
| YUV | 241.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 247 | 0.14 | 0 | 0.02 | 0.01 | 170 | 0.9 | 0.92 |
| Hex | D9 | FD | F7 | E | 0 | 2 | 1 | AA | 5A | 5C |
| Octal | 331 | 375 | 367 | 16 | 0 | 2 | 1 | 252 | 132 | 134 |
| Binary | 11011001 | 11111101 | 11110111 | 1110 | 0 | 10 | 1 | 10101010 | 1011010 | 1011100 |
Color Harmonies of #D9FDF7
Complementary color
Monochromatic Colors of #D9FDF7
Black with #D9FDF7
Text Example
Text Example
White with #D9FDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDF7; }
p { color: rgb(217,253,247); }
H1.HeaderClassName
{
color: #D9FDF7;
}
.AnyTagClassName
{
color: #D9FDF7;
}
</style>
background-color css
<style>
a { background-color: #D9FDF7; }
a { background-color: rgb(217,253,247); }
div.DivClassName
{
background-color: #D9FDF7;
}
.BgClassName
{
background-color: #D9FDF7;
}
</style>
border-color css
<style>
span { border-color: #D9FDF7; }
span { border-color: rgb(217,253,247); }
td.TdClassName
{
border-color: #D9FDF7;
}
.TagClassName
{
border-color: #D9FDF7;
}
</style>