Shades of Light Cyan #D0F6FA
Tints of Light Cyan #D0F6FA
RGB
CMYK
RGB Variations
Color information
#D0F6FA (or 0xD0F6FA) is known color: Light Cyan. HEX triplet: D0, F6 and FA. RGB value is (208,246,250). Sum of RGB (Red+Green+Blue) = 208+246+250=704 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.55% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F6FA is #2F0905. Grayscale: #EBEBEB. Windows color (decimal): -3082502 or 16447184. OLE color: 16447184.
HSL color Cylindrical-coordinate representation of color #D0F6FA: hue angle of 185.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 #D0F6FA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 246 | 250 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.02 |
| HSL | 185.71º | 0.81% | 0.9% | - |
| HSV(B) | 185.71º | 0.17% | 0.98% | - |
| XYZ | 76.22 | 86.22 | 103.07 | - |
| YUV | 235.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 250 | 0.17 | 0.02 | 0 | 0.02 | 185.71 | 0.81 | 0.9 |
| Hex | D0 | F6 | FA | 11 | 2 | 0 | 2 | BA | 51 | 5A |
| Octal | 320 | 366 | 372 | 21 | 2 | 0 | 2 | 272 | 121 | 132 |
| Binary | 11010000 | 11110110 | 11111010 | 10001 | 10 | 0 | 10 | 10111010 | 1010001 | 1011010 |
Color Harmonies of #D0F6FA
Complementary color
Monochromatic Colors of #D0F6FA
Black with #D0F6FA
Text Example
Text Example
White with #D0F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F6FA; }
p { color: rgb(208,246,250); }
H1.HeaderClassName
{
color: #D0F6FA;
}
.AnyTagClassName
{
color: #D0F6FA;
}
</style>
background-color css
<style>
a { background-color: #D0F6FA; }
a { background-color: rgb(208,246,250); }
div.DivClassName
{
background-color: #D0F6FA;
}
.BgClassName
{
background-color: #D0F6FA;
}
</style>
border-color css
<style>
span { border-color: #D0F6FA; }
span { border-color: rgb(208,246,250); }
td.TdClassName
{
border-color: #D0F6FA;
}
.TagClassName
{
border-color: #D0F6FA;
}
</style>