Shades of Light Cyan #D2F7FE
Tints of Light Cyan #D2F7FE
RGB
CMYK
RGB Variations
Color information
#D2F7FE (or 0xD2F7FE) is known color: Light Cyan. HEX triplet: D2, F7 and FE. RGB value is (210,247,254). Sum of RGB (Red+Green+Blue) = 210+247+254=711 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.54% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7FE is #2D0801. Grayscale: #ECECEC. Windows color (decimal): -2951170 or 16709586. OLE color: 16709586.
HSL color Cylindrical-coordinate representation of color #D2F7FE: hue angle of 189.55º 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 #D2F7FE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 247 | 254 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.00 |
| HSL | 189.55º | 0.96% | 0.91% | - |
| HSV(B) | 189.55º | 0.17% | 1% | - |
| XYZ | 77.73 | 87.38 | 106.54 | - |
| YUV | 236.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 254 | 0.17 | 0.03 | 0 | 0.00 | 189.55 | 0.96 | 0.91 |
| Hex | D2 | F7 | FE | 11 | 3 | 0 | 0 | BE | 60 | 5B |
| Octal | 322 | 367 | 376 | 21 | 3 | 0 | 0 | 276 | 140 | 133 |
| Binary | 11010010 | 11110111 | 11111110 | 10001 | 11 | 0 | 0 | 10111110 | 1100000 | 1011011 |
Color Harmonies of #D2F7FE
Complementary color
Monochromatic Colors of #D2F7FE
Black with #D2F7FE
Text Example
Text Example
White with #D2F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7FE; }
p { color: rgb(210,247,254); }
H1.HeaderClassName
{
color: #D2F7FE;
}
.AnyTagClassName
{
color: #D2F7FE;
}
</style>
background-color css
<style>
a { background-color: #D2F7FE; }
a { background-color: rgb(210,247,254); }
div.DivClassName
{
background-color: #D2F7FE;
}
.BgClassName
{
background-color: #D2F7FE;
}
</style>
border-color css
<style>
span { border-color: #D2F7FE; }
span { border-color: rgb(210,247,254); }
td.TdClassName
{
border-color: #D2F7FE;
}
.TagClassName
{
border-color: #D2F7FE;
}
</style>