Shades of Light Cyan #D2F6F9
Tints of Light Cyan #D2F6F9
RGB
CMYK
RGB Variations
Color information
#D2F6F9 (or 0xD2F6F9) is known color: Light Cyan. HEX triplet: D2, F6 and F9. RGB value is (210,246,249). Sum of RGB (Red+Green+Blue) = 210+246+249=705 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.79% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2F6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F6F9 is #2D0906. Grayscale: #EBEBEB. Windows color (decimal): -2951431 or 16381650. OLE color: 16381650.
HSL color Cylindrical-coordinate representation of color #D2F6F9: hue angle of 184.62º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2F6F9 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 246 | 249 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.02 |
| HSL | 184.62º | 0.76% | 0.9% | - |
| HSV(B) | 184.62º | 0.16% | 0.98% | - |
| XYZ | 76.63 | 86.45 | 102.27 | - |
| YUV | 235.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 249 | 0.16 | 0.01 | 0 | 0.02 | 184.62 | 0.76 | 0.9 |
| Hex | D2 | F6 | F9 | 10 | 1 | 0 | 2 | B9 | 4C | 5A |
| Octal | 322 | 366 | 371 | 20 | 1 | 0 | 2 | 271 | 114 | 132 |
| Binary | 11010010 | 11110110 | 11111001 | 10000 | 1 | 0 | 10 | 10111001 | 1001100 | 1011010 |
Color Harmonies of #D2F6F9
Complementary color
Monochromatic Colors of #D2F6F9
Black with #D2F6F9
Text Example
Text Example
White with #D2F6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F6F9; }
p { color: rgb(210,246,249); }
H1.HeaderClassName
{
color: #D2F6F9;
}
.AnyTagClassName
{
color: #D2F6F9;
}
</style>
background-color css
<style>
a { background-color: #D2F6F9; }
a { background-color: rgb(210,246,249); }
div.DivClassName
{
background-color: #D2F6F9;
}
.BgClassName
{
background-color: #D2F6F9;
}
</style>
border-color css
<style>
span { border-color: #D2F6F9; }
span { border-color: rgb(210,246,249); }
td.TdClassName
{
border-color: #D2F6F9;
}
.TagClassName
{
border-color: #D2F6F9;
}
</style>