Shades of Light Cyan #D2FFFF
Tints of Light Cyan #D2FFFF
RGB
CMYK
RGB Variations
Color information
#D2FFFF (or 0xD2FFFF) is known color: Light Cyan. HEX triplet: D2, FF and FF. RGB value is (210,255,255). Sum of RGB (Red+Green+Blue) = 210+255+255=720 (95% of max value = 765). Red value is 210 (82.42% from 255 or 29.17% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #D2FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFFF is #2D0000. Grayscale: #F1F1F1. Windows color (decimal): -2949121 or 16777170. OLE color: 16777170.
HSL color Cylindrical-coordinate representation of color #D2FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFFF is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 255 | - |
| CMYK | 0.18 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.91% | - |
| HSV(B) | 180º | 0.18% | 1% | - |
| XYZ | 80.39 | 92.44 | 108.21 | - |
| YUV | 241.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 255 | 0.18 | 0 | 0 | 0 | 180 | 1 | 0.91 |
| Hex | D2 | FF | FF | 12 | 0 | 0 | 0 | B4 | 64 | 5B |
| Octal | 322 | 377 | 377 | 22 | 0 | 0 | 0 | 264 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11111111 | 10010 | 0 | 0 | 0 | 10110100 | 1100100 | 1011011 |
Color Harmonies of #D2FFFF
Complementary color
Monochromatic Colors of #D2FFFF
Black with #D2FFFF
Text Example
Text Example
White with #D2FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFFF; }
p { color: rgb(210,255,255); }
H1.HeaderClassName
{
color: #D2FFFF;
}
.AnyTagClassName
{
color: #D2FFFF;
}
</style>
background-color css
<style>
a { background-color: #D2FFFF; }
a { background-color: rgb(210,255,255); }
div.DivClassName
{
background-color: #D2FFFF;
}
.BgClassName
{
background-color: #D2FFFF;
}
</style>
border-color css
<style>
span { border-color: #D2FFFF; }
span { border-color: rgb(210,255,255); }
td.TdClassName
{
border-color: #D2FFFF;
}
.TagClassName
{
border-color: #D2FFFF;
}
</style>