Shades of Light Cyan #D0FCF7
Tints of Light Cyan #D0FCF7
RGB
CMYK
RGB Variations
Color information
#D0FCF7 (or 0xD0FCF7) is known color: Light Cyan. HEX triplet: D0, FC and F7. RGB value is (208,252,247). Sum of RGB (Red+Green+Blue) = 208+252+247=707 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.42% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCF7 is #2F0308. Grayscale: #EEEEEE. Windows color (decimal): -3080969 or 16252112. OLE color: 16252112.
HSL color Cylindrical-coordinate representation of color #D0FCF7: hue angle of 173.18º 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 #D0FCF7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 247 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.01 |
| HSL | 173.18º | 0.88% | 0.9% | - |
| HSV(B) | 173.18º | 0.17% | 0.99% | - |
| XYZ | 77.61 | 89.75 | 101.23 | - |
| YUV | 238.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 247 | 0.17 | 0 | 0.02 | 0.01 | 173.18 | 0.88 | 0.9 |
| Hex | D0 | FC | F7 | 11 | 0 | 2 | 1 | AD | 58 | 5A |
| Octal | 320 | 374 | 367 | 21 | 0 | 2 | 1 | 255 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11110111 | 10001 | 0 | 10 | 1 | 10101101 | 1011000 | 1011010 |
Color Harmonies of #D0FCF7
Complementary color
Monochromatic Colors of #D0FCF7
Black with #D0FCF7
Text Example
Text Example
White with #D0FCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCF7; }
p { color: rgb(208,252,247); }
H1.HeaderClassName
{
color: #D0FCF7;
}
.AnyTagClassName
{
color: #D0FCF7;
}
</style>
background-color css
<style>
a { background-color: #D0FCF7; }
a { background-color: rgb(208,252,247); }
div.DivClassName
{
background-color: #D0FCF7;
}
.BgClassName
{
background-color: #D0FCF7;
}
</style>
border-color css
<style>
span { border-color: #D0FCF7; }
span { border-color: rgb(208,252,247); }
td.TdClassName
{
border-color: #D0FCF7;
}
.TagClassName
{
border-color: #D0FCF7;
}
</style>