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