Shades of Light Cyan #D2FDFE
Tints of Light Cyan #D2FDFE
RGB
CMYK
RGB Variations
Color information
#D2FDFE (or 0xD2FDFE) is known color: Light Cyan. HEX triplet: D2, FD and FE. RGB value is (210,253,254). Sum of RGB (Red+Green+Blue) = 210+253+254=717 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.29% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FDFE is #2D0201. Grayscale: #F0F0F0. Windows color (decimal): -2949634 or 16711122. OLE color: 16711122.
HSL color Cylindrical-coordinate representation of color #D2FDFE: hue angle of 181.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FDFE is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 253 | 254 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.00 |
| HSL | 181.36º | 0.96% | 0.91% | - |
| HSV(B) | 181.36º | 0.17% | 1% | - |
| XYZ | 79.59 | 91.11 | 107.16 | - |
| YUV | 240.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 254 | 0.17 | 0.00 | 0 | 0.00 | 181.36 | 0.96 | 0.91 |
| Hex | D2 | FD | FE | 11 | 0 | 0 | 0 | B5 | 60 | 5B |
| Octal | 322 | 375 | 376 | 21 | 0 | 0 | 0 | 265 | 140 | 133 |
| Binary | 11010010 | 11111101 | 11111110 | 10001 | 0 | 0 | 0 | 10110101 | 1100000 | 1011011 |
Color Harmonies of #D2FDFE
Complementary color
Monochromatic Colors of #D2FDFE
Black with #D2FDFE
Text Example
Text Example
White with #D2FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDFE; }
p { color: rgb(210,253,254); }
H1.HeaderClassName
{
color: #D2FDFE;
}
.AnyTagClassName
{
color: #D2FDFE;
}
</style>
background-color css
<style>
a { background-color: #D2FDFE; }
a { background-color: rgb(210,253,254); }
div.DivClassName
{
background-color: #D2FDFE;
}
.BgClassName
{
background-color: #D2FDFE;
}
</style>
border-color css
<style>
span { border-color: #D2FDFE; }
span { border-color: rgb(210,253,254); }
td.TdClassName
{
border-color: #D2FDFE;
}
.TagClassName
{
border-color: #D2FDFE;
}
</style>