Shades of Light Cyan #D2FEFB
Tints of Light Cyan #D2FEFB
RGB
CMYK
RGB Variations
Color information
#D2FEFB (or 0xD2FEFB) is known color: Light Cyan. HEX triplet: D2, FE and FB. RGB value is (210,254,251). Sum of RGB (Red+Green+Blue) = 210+254+251=715 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.37% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEFB is #2D0104. Grayscale: #F0F0F0. Windows color (decimal): -2949381 or 16514770. OLE color: 16514770.
HSL color Cylindrical-coordinate representation of color #D2FEFB: hue angle of 175.91º 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 #D2FEFB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 251 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.00 |
| HSL | 175.91º | 0.96% | 0.91% | - |
| HSV(B) | 175.91º | 0.17% | 1% | - |
| XYZ | 79.43 | 91.55 | 104.75 | - |
| YUV | 240.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 251 | 0.17 | 0 | 0.01 | 0.00 | 175.91 | 0.96 | 0.91 |
| Hex | D2 | FE | FB | 11 | 0 | 1 | 0 | B0 | 60 | 5B |
| Octal | 322 | 376 | 373 | 21 | 0 | 1 | 0 | 260 | 140 | 133 |
| Binary | 11010010 | 11111110 | 11111011 | 10001 | 0 | 1 | 0 | 10110000 | 1100000 | 1011011 |
Color Harmonies of #D2FEFB
Complementary color
Monochromatic Colors of #D2FEFB
Black with #D2FEFB
Text Example
Text Example
White with #D2FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEFB; }
p { color: rgb(210,254,251); }
H1.HeaderClassName
{
color: #D2FEFB;
}
.AnyTagClassName
{
color: #D2FEFB;
}
</style>
background-color css
<style>
a { background-color: #D2FEFB; }
a { background-color: rgb(210,254,251); }
div.DivClassName
{
background-color: #D2FEFB;
}
.BgClassName
{
background-color: #D2FEFB;
}
</style>
border-color css
<style>
span { border-color: #D2FEFB; }
span { border-color: rgb(210,254,251); }
td.TdClassName
{
border-color: #D2FEFB;
}
.TagClassName
{
border-color: #D2FEFB;
}
</style>