Shades of Light Cyan #D9F8F4
Tints of Light Cyan #D9F8F4
RGB
CMYK
RGB Variations
Color information
#D9F8F4 (or 0xD9F8F4) is known color: Light Cyan. HEX triplet: D9, F8 and F4. RGB value is (217,248,244). Sum of RGB (Red+Green+Blue) = 217+248+244=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 248 (97.27% from 255 or 34.98% from 709); Blue value is 244 (95.70% from 255 or 34.41% from 709); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F8F4 is #26070B. Grayscale: #EEEEEE. Windows color (decimal): -2492172 or 16054489. OLE color: 16054489.
HSL color Cylindrical-coordinate representation of color #D9F8F4: hue angle of 172.26º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9F8F4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 244 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.03 |
| HSL | 172.26º | 0.69% | 0.91% | - |
| HSV(B) | 172.26º | 0.13% | 0.97% | - |
| XYZ | 78.51 | 88.42 | 98.52 | - |
| YUV | 238.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 244 | 0.12 | 0 | 0.02 | 0.03 | 172.26 | 0.69 | 0.91 |
| Hex | D9 | F8 | F4 | C | 0 | 2 | 3 | AC | 45 | 5B |
| Octal | 331 | 370 | 364 | 14 | 0 | 2 | 3 | 254 | 105 | 133 |
| Binary | 11011001 | 11111000 | 11110100 | 1100 | 0 | 10 | 11 | 10101100 | 1000101 | 1011011 |
Color Harmonies of #D9F8F4
Complementary color
Monochromatic Colors of #D9F8F4
Black with #D9F8F4
Text Example
Text Example
White with #D9F8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F8F4; }
p { color: rgb(217,248,244); }
H1.HeaderClassName
{
color: #D9F8F4;
}
.AnyTagClassName
{
color: #D9F8F4;
}
</style>
background-color css
<style>
a { background-color: #D9F8F4; }
a { background-color: rgb(217,248,244); }
div.DivClassName
{
background-color: #D9F8F4;
}
.BgClassName
{
background-color: #D9F8F4;
}
</style>
border-color css
<style>
span { border-color: #D9F8F4; }
span { border-color: rgb(217,248,244); }
td.TdClassName
{
border-color: #D9F8F4;
}
.TagClassName
{
border-color: #D9F8F4;
}
</style>