Shades of Light Cyan #D2FDFA
Tints of Light Cyan #D2FDFA
RGB
CMYK
RGB Variations
Color information
#D2FDFA (or 0xD2FDFA) is known color: Light Cyan. HEX triplet: D2, FD and FA. RGB value is (210,253,250). Sum of RGB (Red+Green+Blue) = 210+253+250=713 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.45% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FDFA is #2D0205. Grayscale: #EFEFEF. Windows color (decimal): -2949638 or 16448978. OLE color: 16448978.
HSL color Cylindrical-coordinate representation of color #D2FDFA: hue angle of 175.81º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FDFA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 250 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.01 |
| HSL | 175.81º | 0.91% | 0.91% | - |
| HSV(B) | 175.81º | 0.17% | 0.99% | - |
| XYZ | 78.96 | 90.85 | 103.82 | - |
| YUV | 239.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 250 | 0.17 | 0 | 0.01 | 0.01 | 175.81 | 0.91 | 0.91 |
| Hex | D2 | FD | FA | 11 | 0 | 1 | 1 | B0 | 5B | 5B |
| Octal | 322 | 375 | 372 | 21 | 0 | 1 | 1 | 260 | 133 | 133 |
| Binary | 11010010 | 11111101 | 11111010 | 10001 | 0 | 1 | 1 | 10110000 | 1011011 | 1011011 |
Color Harmonies of #D2FDFA
Complementary color
Monochromatic Colors of #D2FDFA
Black with #D2FDFA
Text Example
Text Example
White with #D2FDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDFA; }
p { color: rgb(210,253,250); }
H1.HeaderClassName
{
color: #D2FDFA;
}
.AnyTagClassName
{
color: #D2FDFA;
}
</style>
background-color css
<style>
a { background-color: #D2FDFA; }
a { background-color: rgb(210,253,250); }
div.DivClassName
{
background-color: #D2FDFA;
}
.BgClassName
{
background-color: #D2FDFA;
}
</style>
border-color css
<style>
span { border-color: #D2FDFA; }
span { border-color: rgb(210,253,250); }
td.TdClassName
{
border-color: #D2FDFA;
}
.TagClassName
{
border-color: #D2FDFA;
}
</style>