Shades of Light Cyan #D0FBF7
Tints of Light Cyan #D0FBF7
RGB
CMYK
RGB Variations
Color information
#D0FBF7 (or 0xD0FBF7) is known color: Light Cyan. HEX triplet: D0, FB and F7. RGB value is (208,251,247). Sum of RGB (Red+Green+Blue) = 208+251+247=706 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.46% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBF7 is #2F0408. Grayscale: #EDEDED. Windows color (decimal): -3081225 or 16251856. OLE color: 16251856.
HSL color Cylindrical-coordinate representation of color #D0FBF7: hue angle of 174.42º 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 #D0FBF7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 247 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.02 |
| HSL | 174.42º | 0.84% | 0.9% | - |
| HSV(B) | 174.42º | 0.17% | 0.98% | - |
| XYZ | 77.3 | 89.12 | 101.12 | - |
| YUV | 237.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 247 | 0.17 | 0 | 0.02 | 0.02 | 174.42 | 0.84 | 0.9 |
| Hex | D0 | FB | F7 | 11 | 0 | 2 | 2 | AE | 54 | 5A |
| Octal | 320 | 373 | 367 | 21 | 0 | 2 | 2 | 256 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11110111 | 10001 | 0 | 10 | 10 | 10101110 | 1010100 | 1011010 |
Color Harmonies of #D0FBF7
Complementary color
Monochromatic Colors of #D0FBF7
Black with #D0FBF7
Text Example
Text Example
White with #D0FBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBF7; }
p { color: rgb(208,251,247); }
H1.HeaderClassName
{
color: #D0FBF7;
}
.AnyTagClassName
{
color: #D0FBF7;
}
</style>
background-color css
<style>
a { background-color: #D0FBF7; }
a { background-color: rgb(208,251,247); }
div.DivClassName
{
background-color: #D0FBF7;
}
.BgClassName
{
background-color: #D0FBF7;
}
</style>
border-color css
<style>
span { border-color: #D0FBF7; }
span { border-color: rgb(208,251,247); }
td.TdClassName
{
border-color: #D0FBF7;
}
.TagClassName
{
border-color: #D0FBF7;
}
</style>