Shades of Light Cyan #D0FBF6
Tints of Light Cyan #D0FBF6
RGB
CMYK
RGB Variations
Color information
#D0FBF6 (or 0xD0FBF6) is known color: Light Cyan. HEX triplet: D0, FB and F6. RGB value is (208,251,246). Sum of RGB (Red+Green+Blue) = 208+251+246=705 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.50% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBF6 is #2F0409. Grayscale: #EDEDED. Windows color (decimal): -3081226 or 16186320. OLE color: 16186320.
HSL color Cylindrical-coordinate representation of color #D0FBF6: hue angle of 173.02º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBF6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 246 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.02 |
| HSL | 173.02º | 0.84% | 0.9% | - |
| HSV(B) | 173.02º | 0.17% | 0.98% | - |
| XYZ | 77.14 | 89.06 | 100.31 | - |
| YUV | 237.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 246 | 0.17 | 0 | 0.02 | 0.02 | 173.02 | 0.84 | 0.9 |
| Hex | D0 | FB | F6 | 11 | 0 | 2 | 2 | AD | 54 | 5A |
| Octal | 320 | 373 | 366 | 21 | 0 | 2 | 2 | 255 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11110110 | 10001 | 0 | 10 | 10 | 10101101 | 1010100 | 1011010 |
Color Harmonies of #D0FBF6
Complementary color
Monochromatic Colors of #D0FBF6
Black with #D0FBF6
Text Example
Text Example
White with #D0FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBF6; }
p { color: rgb(208,251,246); }
H1.HeaderClassName
{
color: #D0FBF6;
}
.AnyTagClassName
{
color: #D0FBF6;
}
</style>
background-color css
<style>
a { background-color: #D0FBF6; }
a { background-color: rgb(208,251,246); }
div.DivClassName
{
background-color: #D0FBF6;
}
.BgClassName
{
background-color: #D0FBF6;
}
</style>
border-color css
<style>
span { border-color: #D0FBF6; }
span { border-color: rgb(208,251,246); }
td.TdClassName
{
border-color: #D0FBF6;
}
.TagClassName
{
border-color: #D0FBF6;
}
</style>