Shades of Light Cyan #D2FEF9
Tints of Light Cyan #D2FEF9
RGB
CMYK
RGB Variations
Color information
#D2FEF9 (or 0xD2FEF9) is known color: Light Cyan. HEX triplet: D2, FE and F9. RGB value is (210,254,249). Sum of RGB (Red+Green+Blue) = 210+254+249=713 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.45% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEF9 is #2D0106. Grayscale: #F0F0F0. Windows color (decimal): -2949383 or 16383698. OLE color: 16383698.
HSL color Cylindrical-coordinate representation of color #D2FEF9: hue angle of 173.18º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FEF9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 249 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.00 |
| HSL | 173.18º | 0.96% | 0.91% | - |
| HSV(B) | 173.18º | 0.17% | 1% | - |
| XYZ | 79.12 | 91.42 | 103.1 | - |
| YUV | 240.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 249 | 0.17 | 0 | 0.02 | 0.00 | 173.18 | 0.96 | 0.91 |
| Hex | D2 | FE | F9 | 11 | 0 | 2 | 0 | AD | 60 | 5B |
| Octal | 322 | 376 | 371 | 21 | 0 | 2 | 0 | 255 | 140 | 133 |
| Binary | 11010010 | 11111110 | 11111001 | 10001 | 0 | 10 | 0 | 10101101 | 1100000 | 1011011 |
Color Harmonies of #D2FEF9
Complementary color
Monochromatic Colors of #D2FEF9
Black with #D2FEF9
Text Example
Text Example
White with #D2FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEF9; }
p { color: rgb(210,254,249); }
H1.HeaderClassName
{
color: #D2FEF9;
}
.AnyTagClassName
{
color: #D2FEF9;
}
</style>
background-color css
<style>
a { background-color: #D2FEF9; }
a { background-color: rgb(210,254,249); }
div.DivClassName
{
background-color: #D2FEF9;
}
.BgClassName
{
background-color: #D2FEF9;
}
</style>
border-color css
<style>
span { border-color: #D2FEF9; }
span { border-color: rgb(210,254,249); }
td.TdClassName
{
border-color: #D2FEF9;
}
.TagClassName
{
border-color: #D2FEF9;
}
</style>