Shades of Light Cyan #D2FDFF
Tints of Light Cyan #D2FDFF
RGB
CMYK
RGB Variations
Color information
#D2FDFF (or 0xD2FDFF) is known color: Light Cyan. HEX triplet: D2, FD and FF. RGB value is (210,253,255). Sum of RGB (Red+Green+Blue) = 210+253+255=718 (95% of max value = 765). Red value is 210 (82.42% from 255 or 29.25% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FDFF is #2D0200. Grayscale: #F0F0F0. Windows color (decimal): -2949633 or 16776658. OLE color: 16776658.
HSL color Cylindrical-coordinate representation of color #D2FDFF: hue angle of 182.67º 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 #D2FDFF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 253 | 255 | - |
| CMYK | 0.18 | 0.01 | 0 | 0 |
| HSL | 182.67º | 1% | 0.91% | - |
| HSV(B) | 182.67º | 0.18% | 1% | - |
| XYZ | 79.75 | 91.17 | 108 | - |
| YUV | 240.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 255 | 0.18 | 0.01 | 0 | 0 | 182.67 | 1 | 0.91 |
| Hex | D2 | FD | FF | 12 | 1 | 0 | 0 | B7 | 64 | 5B |
| Octal | 322 | 375 | 377 | 22 | 1 | 0 | 0 | 267 | 144 | 133 |
| Binary | 11010010 | 11111101 | 11111111 | 10010 | 1 | 0 | 0 | 10110111 | 1100100 | 1011011 |
Color Harmonies of #D2FDFF
Complementary color
Monochromatic Colors of #D2FDFF
Black with #D2FDFF
Text Example
Text Example
White with #D2FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDFF; }
p { color: rgb(210,253,255); }
H1.HeaderClassName
{
color: #D2FDFF;
}
.AnyTagClassName
{
color: #D2FDFF;
}
</style>
background-color css
<style>
a { background-color: #D2FDFF; }
a { background-color: rgb(210,253,255); }
div.DivClassName
{
background-color: #D2FDFF;
}
.BgClassName
{
background-color: #D2FDFF;
}
</style>
border-color css
<style>
span { border-color: #D2FDFF; }
span { border-color: rgb(210,253,255); }
td.TdClassName
{
border-color: #D2FDFF;
}
.TagClassName
{
border-color: #D2FDFF;
}
</style>