Shades of Light Cyan #D0FDF6
Tints of Light Cyan #D0FDF6
RGB
CMYK
RGB Variations
Color information
#D0FDF6 (or 0xD0FDF6) is known color: Light Cyan. HEX triplet: D0, FD and F6. RGB value is (208,253,246). Sum of RGB (Red+Green+Blue) = 208+253+246=707 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.42% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDF6 is #2F0209. Grayscale: #EEEEEE. Windows color (decimal): -3080714 or 16186832. OLE color: 16186832.
HSL color Cylindrical-coordinate representation of color #D0FDF6: hue angle of 170.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDF6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 246 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.01 |
| HSL | 170.67º | 0.92% | 0.9% | - |
| HSV(B) | 170.67º | 0.18% | 0.99% | - |
| XYZ | 77.77 | 90.31 | 100.52 | - |
| YUV | 238.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 246 | 0.18 | 0 | 0.03 | 0.01 | 170.67 | 0.92 | 0.9 |
| Hex | D0 | FD | F6 | 12 | 0 | 3 | 1 | AB | 5C | 5A |
| Octal | 320 | 375 | 366 | 22 | 0 | 3 | 1 | 253 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11110110 | 10010 | 0 | 11 | 1 | 10101011 | 1011100 | 1011010 |
Color Harmonies of #D0FDF6
Complementary color
Monochromatic Colors of #D0FDF6
Black with #D0FDF6
Text Example
Text Example
White with #D0FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDF6; }
p { color: rgb(208,253,246); }
H1.HeaderClassName
{
color: #D0FDF6;
}
.AnyTagClassName
{
color: #D0FDF6;
}
</style>
background-color css
<style>
a { background-color: #D0FDF6; }
a { background-color: rgb(208,253,246); }
div.DivClassName
{
background-color: #D0FDF6;
}
.BgClassName
{
background-color: #D0FDF6;
}
</style>
border-color css
<style>
span { border-color: #D0FDF6; }
span { border-color: rgb(208,253,246); }
td.TdClassName
{
border-color: #D0FDF6;
}
.TagClassName
{
border-color: #D0FDF6;
}
</style>