Shades of Light Cyan #D0FBFA
Tints of Light Cyan #D0FBFA
RGB
CMYK
RGB Variations
Color information
#D0FBFA (or 0xD0FBFA) is known color: Light Cyan. HEX triplet: D0, FB and FA. RGB value is (208,251,250). Sum of RGB (Red+Green+Blue) = 208+251+250=709 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.34% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBFA is #2F0405. Grayscale: #EDEDED. Windows color (decimal): -3081222 or 16448464. OLE color: 16448464.
HSL color Cylindrical-coordinate representation of color #D0FBFA: hue angle of 178.6º 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 #D0FBFA is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 250 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.02 |
| HSL | 178.6º | 0.84% | 0.9% | - |
| HSV(B) | 178.6º | 0.17% | 0.98% | - |
| XYZ | 77.76 | 89.31 | 103.58 | - |
| YUV | 238.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 250 | 0.17 | 0 | 0.00 | 0.02 | 178.6 | 0.84 | 0.9 |
| Hex | D0 | FB | FA | 11 | 0 | 0 | 2 | B3 | 54 | 5A |
| Octal | 320 | 373 | 372 | 21 | 0 | 0 | 2 | 263 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11111010 | 10001 | 0 | 0 | 10 | 10110011 | 1010100 | 1011010 |
Color Harmonies of #D0FBFA
Complementary color
Monochromatic Colors of #D0FBFA
Black with #D0FBFA
Text Example
Text Example
White with #D0FBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBFA; }
p { color: rgb(208,251,250); }
H1.HeaderClassName
{
color: #D0FBFA;
}
.AnyTagClassName
{
color: #D0FBFA;
}
</style>
background-color css
<style>
a { background-color: #D0FBFA; }
a { background-color: rgb(208,251,250); }
div.DivClassName
{
background-color: #D0FBFA;
}
.BgClassName
{
background-color: #D0FBFA;
}
</style>
border-color css
<style>
span { border-color: #D0FBFA; }
span { border-color: rgb(208,251,250); }
td.TdClassName
{
border-color: #D0FBFA;
}
.TagClassName
{
border-color: #D0FBFA;
}
</style>