Shades of Light Cyan #D0FFFF
Tints of Light Cyan #D0FFFF
RGB
CMYK
RGB Variations
Color information
#D0FFFF (or 0xD0FFFF) is known color: Light Cyan. HEX triplet: D0, FF and FF. RGB value is (208,255,255). Sum of RGB (Red+Green+Blue) = 208+255+255=718 (95% of max value = 765). Red value is 208 (81.64% from 255 or 28.97% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #D0FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFFF is #2F0000. Grayscale: #F0F0F0. Windows color (decimal): -3080193 or 16777168. OLE color: 16777168.
HSL color Cylindrical-coordinate representation of color #D0FFFF: hue angle of 180º 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 #D0FFFF is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 255 | - |
| CMYK | 0.18 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.91% | - |
| HSV(B) | 180º | 0.18% | 1% | - |
| XYZ | 79.82 | 92.15 | 108.19 | - |
| YUV | 240.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 255 | 0.18 | 0 | 0 | 0 | 180 | 1 | 0.91 |
| Hex | D0 | FF | FF | 12 | 0 | 0 | 0 | B4 | 64 | 5B |
| Octal | 320 | 377 | 377 | 22 | 0 | 0 | 0 | 264 | 144 | 133 |
| Binary | 11010000 | 11111111 | 11111111 | 10010 | 0 | 0 | 0 | 10110100 | 1100100 | 1011011 |
Color Harmonies of #D0FFFF
Complementary color
Monochromatic Colors of #D0FFFF
Black with #D0FFFF
Text Example
Text Example
White with #D0FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFFF; }
p { color: rgb(208,255,255); }
H1.HeaderClassName
{
color: #D0FFFF;
}
.AnyTagClassName
{
color: #D0FFFF;
}
</style>
background-color css
<style>
a { background-color: #D0FFFF; }
a { background-color: rgb(208,255,255); }
div.DivClassName
{
background-color: #D0FFFF;
}
.BgClassName
{
background-color: #D0FFFF;
}
</style>
border-color css
<style>
span { border-color: #D0FFFF; }
span { border-color: rgb(208,255,255); }
td.TdClassName
{
border-color: #D0FFFF;
}
.TagClassName
{
border-color: #D0FFFF;
}
</style>