Shades of Light Cyan #D2FFFA
Tints of Light Cyan #D2FFFA
RGB
CMYK
RGB Variations
Color information
#D2FFFA (or 0xD2FFFA) is known color: Light Cyan. HEX triplet: D2, FF and FA. RGB value is (210,255,250). Sum of RGB (Red+Green+Blue) = 210+255+250=715 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.37% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFFA is #2D0005. Grayscale: #F0F0F0. Windows color (decimal): -2949126 or 16449490. OLE color: 16449490.
HSL color Cylindrical-coordinate representation of color #D2FFFA: hue angle of 173.33º 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 #D2FFFA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 250 | - |
| CMYK | 0.18 | 0 | 0.02 | 0 |
| HSL | 173.33º | 1% | 0.91% | - |
| HSV(B) | 173.33º | 0.18% | 1% | - |
| XYZ | 79.59 | 92.12 | 104.03 | - |
| YUV | 240.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 250 | 0.18 | 0 | 0.02 | 0 | 173.33 | 1 | 0.91 |
| Hex | D2 | FF | FA | 12 | 0 | 2 | 0 | AD | 64 | 5B |
| Octal | 322 | 377 | 372 | 22 | 0 | 2 | 0 | 255 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11111010 | 10010 | 0 | 10 | 0 | 10101101 | 1100100 | 1011011 |
Color Harmonies of #D2FFFA
Complementary color
Monochromatic Colors of #D2FFFA
Black with #D2FFFA
Text Example
Text Example
White with #D2FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFFA; }
p { color: rgb(210,255,250); }
H1.HeaderClassName
{
color: #D2FFFA;
}
.AnyTagClassName
{
color: #D2FFFA;
}
</style>
background-color css
<style>
a { background-color: #D2FFFA; }
a { background-color: rgb(210,255,250); }
div.DivClassName
{
background-color: #D2FFFA;
}
.BgClassName
{
background-color: #D2FFFA;
}
</style>
border-color css
<style>
span { border-color: #D2FFFA; }
span { border-color: rgb(210,255,250); }
td.TdClassName
{
border-color: #D2FFFA;
}
.TagClassName
{
border-color: #D2FFFA;
}
</style>