Shades of Light Cyan #D0FFFC
Tints of Light Cyan #D0FFFC
RGB
CMYK
RGB Variations
Color information
#D0FFFC (or 0xD0FFFC) is known color: Light Cyan. HEX triplet: D0, FF and FC. RGB value is (208,255,252). Sum of RGB (Red+Green+Blue) = 208+255+252=715 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.09% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFFC is #2F0003. Grayscale: #F0F0F0. Windows color (decimal): -3080196 or 16580560. OLE color: 16580560.
HSL color Cylindrical-coordinate representation of color #D0FFFC: hue angle of 176.17º 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 #D0FFFC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 252 | - |
CMYK | 0.18 | 0 | 0.01 | 0 |
HSL | 176.17º | 1% | 0.91% | - |
HSV(B) | 176.17º | 0.18% | 1% | - |
XYZ | 79.34 | 91.96 | 105.66 | - |
YUV | 240.61 | 134.43 | 104.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 252 | 0.18 | 0 | 0.01 | 0 | 176.17 | 1 | 0.91 |
Hex | D0 | FF | FC | 12 | 0 | 1 | 0 | B0 | 64 | 5B |
Octal | 320 | 377 | 374 | 22 | 0 | 1 | 0 | 260 | 144 | 133 |
Binary | 11010000 | 11111111 | 11111100 | 10010 | 0 | 1 | 0 | 10110000 | 1100100 | 1011011 |
Color Harmonies of #D0FFFC
Complementary color
Monochromatic Colors of #D0FFFC
Black with #D0FFFC
Text Example
Text Example
White with #D0FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFFC; }
p { color: rgb(208,255,252); }
H1.HeaderClassName
{
color: #D0FFFC;
}
.AnyTagClassName
{
color: #D0FFFC;
}
</style>
background-color css
<style>
a { background-color: #D0FFFC; }
a { background-color: rgb(208,255,252); }
div.DivClassName
{
background-color: #D0FFFC;
}
.BgClassName
{
background-color: #D0FFFC;
}
</style>
border-color css
<style>
span { border-color: #D0FFFC; }
span { border-color: rgb(208,255,252); }
td.TdClassName
{
border-color: #D0FFFC;
}
.TagClassName
{
border-color: #D0FFFC;
}
</style>