Shades of Light Cyan #D0FCFB
Tints of Light Cyan #D0FCFB
RGB
CMYK
RGB Variations
Color information
#D0FCFB (or 0xD0FCFB) is known color: Light Cyan. HEX triplet: D0, FC and FB. RGB value is (208,252,251). Sum of RGB (Red+Green+Blue) = 208+252+251=711 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.25% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCFB is #2F0304. Grayscale: #EEEEEE. Windows color (decimal): -3080965 or 16514256. OLE color: 16514256.
HSL color Cylindrical-coordinate representation of color #D0FCFB: hue angle of 178.64º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCFB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 251 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.01 |
| HSL | 178.64º | 0.88% | 0.9% | - |
| HSV(B) | 178.64º | 0.17% | 0.99% | - |
| XYZ | 78.24 | 90 | 104.51 | - |
| YUV | 238.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 251 | 0.17 | 0 | 0.00 | 0.01 | 178.64 | 0.88 | 0.9 |
| Hex | D0 | FC | FB | 11 | 0 | 0 | 1 | B3 | 58 | 5A |
| Octal | 320 | 374 | 373 | 21 | 0 | 0 | 1 | 263 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11111011 | 10001 | 0 | 0 | 1 | 10110011 | 1011000 | 1011010 |
Color Harmonies of #D0FCFB
Complementary color
Monochromatic Colors of #D0FCFB
Black with #D0FCFB
Text Example
Text Example
White with #D0FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCFB; }
p { color: rgb(208,252,251); }
H1.HeaderClassName
{
color: #D0FCFB;
}
.AnyTagClassName
{
color: #D0FCFB;
}
</style>
background-color css
<style>
a { background-color: #D0FCFB; }
a { background-color: rgb(208,252,251); }
div.DivClassName
{
background-color: #D0FCFB;
}
.BgClassName
{
background-color: #D0FCFB;
}
</style>
border-color css
<style>
span { border-color: #D0FCFB; }
span { border-color: rgb(208,252,251); }
td.TdClassName
{
border-color: #D0FCFB;
}
.TagClassName
{
border-color: #D0FCFB;
}
</style>