Shades of Light Cyan #D2F6F8
Tints of Light Cyan #D2F6F8
RGB
CMYK
RGB Variations
Color information
#D2F6F8 (or 0xD2F6F8) is known color: Light Cyan. HEX triplet: D2, F6 and F8. RGB value is (210,246,248). Sum of RGB (Red+Green+Blue) = 210+246+248=704 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.83% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2F6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F6F8 is #2D0907. Grayscale: #EBEBEB. Windows color (decimal): -2951432 or 16316114. OLE color: 16316114.
HSL color Cylindrical-coordinate representation of color #D2F6F8: hue angle of 183.16º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F6F8 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 246 | 248 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.03 |
| HSL | 183.16º | 0.73% | 0.9% | - |
| HSV(B) | 183.16º | 0.15% | 0.97% | - |
| XYZ | 76.48 | 86.39 | 101.45 | - |
| YUV | 235.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 248 | 0.15 | 0.01 | 0 | 0.03 | 183.16 | 0.73 | 0.9 |
| Hex | D2 | F6 | F8 | F | 1 | 0 | 3 | B7 | 49 | 5A |
| Octal | 322 | 366 | 370 | 17 | 1 | 0 | 3 | 267 | 111 | 132 |
| Binary | 11010010 | 11110110 | 11111000 | 1111 | 1 | 0 | 11 | 10110111 | 1001001 | 1011010 |
Color Harmonies of #D2F6F8
Complementary color
Monochromatic Colors of #D2F6F8
Black with #D2F6F8
Text Example
Text Example
White with #D2F6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F6F8; }
p { color: rgb(210,246,248); }
H1.HeaderClassName
{
color: #D2F6F8;
}
.AnyTagClassName
{
color: #D2F6F8;
}
</style>
background-color css
<style>
a { background-color: #D2F6F8; }
a { background-color: rgb(210,246,248); }
div.DivClassName
{
background-color: #D2F6F8;
}
.BgClassName
{
background-color: #D2F6F8;
}
</style>
border-color css
<style>
span { border-color: #D2F6F8; }
span { border-color: rgb(210,246,248); }
td.TdClassName
{
border-color: #D2F6F8;
}
.TagClassName
{
border-color: #D2F6F8;
}
</style>