Shades of Light Cyan #D0FFF6
Tints of Light Cyan #D0FFF6
RGB
CMYK
RGB Variations
Color information
#D0FFF6 (or 0xD0FFF6) is known color: Light Cyan. HEX triplet: D0, FF and F6. RGB value is (208,255,246). Sum of RGB (Red+Green+Blue) = 208+255+246=709 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.34% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFF6 is #2F0009. Grayscale: #EFEFEF. Windows color (decimal): -3080202 or 16187344. OLE color: 16187344.
HSL color Cylindrical-coordinate representation of color #D0FFF6: hue angle of 168.51º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFF6 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 246 | - |
| CMYK | 0.18 | 0 | 0.04 | 0 |
| HSL | 168.51º | 1% | 0.91% | - |
| HSV(B) | 168.51º | 0.18% | 1% | - |
| XYZ | 78.41 | 91.58 | 100.73 | - |
| YUV | 239.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 246 | 0.18 | 0 | 0.04 | 0 | 168.51 | 1 | 0.91 |
| Hex | D0 | FF | F6 | 12 | 0 | 4 | 0 | A9 | 64 | 5B |
| Octal | 320 | 377 | 366 | 22 | 0 | 4 | 0 | 251 | 144 | 133 |
| Binary | 11010000 | 11111111 | 11110110 | 10010 | 0 | 100 | 0 | 10101001 | 1100100 | 1011011 |
Color Harmonies of #D0FFF6
Complementary color
Monochromatic Colors of #D0FFF6
Black with #D0FFF6
Text Example
Text Example
White with #D0FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFF6; }
p { color: rgb(208,255,246); }
H1.HeaderClassName
{
color: #D0FFF6;
}
.AnyTagClassName
{
color: #D0FFF6;
}
</style>
background-color css
<style>
a { background-color: #D0FFF6; }
a { background-color: rgb(208,255,246); }
div.DivClassName
{
background-color: #D0FFF6;
}
.BgClassName
{
background-color: #D0FFF6;
}
</style>
border-color css
<style>
span { border-color: #D0FFF6; }
span { border-color: rgb(208,255,246); }
td.TdClassName
{
border-color: #D0FFF6;
}
.TagClassName
{
border-color: #D0FFF6;
}
</style>