Shades of Light Cyan #D0FAF7
Tints of Light Cyan #D0FAF7
RGB
CMYK
RGB Variations
Color information
#D0FAF7 (or 0xD0FAF7) is known color: Light Cyan. HEX triplet: D0, FA and F7. RGB value is (208,250,247). Sum of RGB (Red+Green+Blue) = 208+250+247=705 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.50% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAF7 is #2F0508. Grayscale: #EDEDED. Windows color (decimal): -3081481 or 16251600. OLE color: 16251600.
HSL color Cylindrical-coordinate representation of color #D0FAF7: hue angle of 175.71º degrees, saturation: 0.81, 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 #D0FAF7 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 247 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.02 |
| HSL | 175.71º | 0.81% | 0.9% | - |
| HSV(B) | 175.71º | 0.17% | 0.98% | - |
| XYZ | 76.99 | 88.5 | 101.02 | - |
| YUV | 237.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 247 | 0.17 | 0 | 0.01 | 0.02 | 175.71 | 0.81 | 0.9 |
| Hex | D0 | FA | F7 | 11 | 0 | 1 | 2 | B0 | 51 | 5A |
| Octal | 320 | 372 | 367 | 21 | 0 | 1 | 2 | 260 | 121 | 132 |
| Binary | 11010000 | 11111010 | 11110111 | 10001 | 0 | 1 | 10 | 10110000 | 1010001 | 1011010 |
Color Harmonies of #D0FAF7
Complementary color
Monochromatic Colors of #D0FAF7
Black with #D0FAF7
Text Example
Text Example
White with #D0FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAF7; }
p { color: rgb(208,250,247); }
H1.HeaderClassName
{
color: #D0FAF7;
}
.AnyTagClassName
{
color: #D0FAF7;
}
</style>
background-color css
<style>
a { background-color: #D0FAF7; }
a { background-color: rgb(208,250,247); }
div.DivClassName
{
background-color: #D0FAF7;
}
.BgClassName
{
background-color: #D0FAF7;
}
</style>
border-color css
<style>
span { border-color: #D0FAF7; }
span { border-color: rgb(208,250,247); }
td.TdClassName
{
border-color: #D0FAF7;
}
.TagClassName
{
border-color: #D0FAF7;
}
</style>