Shades of Light Cyan #D0FFF8
Tints of Light Cyan #D0FFF8
RGB
CMYK
RGB Variations
Color information
#D0FFF8 (or 0xD0FFF8) is known color: Light Cyan. HEX triplet: D0, FF and F8. RGB value is (208,255,248). Sum of RGB (Red+Green+Blue) = 208+255+248=711 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.25% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFF8 is #2F0007. Grayscale: #F0F0F0. Windows color (decimal): -3080200 or 16318416. OLE color: 16318416.
HSL color Cylindrical-coordinate representation of color #D0FFF8: hue angle of 171.06º 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 #D0FFF8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 248 | - |
CMYK | 0.18 | 0 | 0.03 | 0 |
HSL | 171.06º | 1% | 0.91% | - |
HSV(B) | 171.06º | 0.18% | 1% | - |
XYZ | 78.72 | 91.71 | 102.36 | - |
YUV | 240.15 | 132.43 | 105.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 248 | 0.18 | 0 | 0.03 | 0 | 171.06 | 1 | 0.91 |
Hex | D0 | FF | F8 | 12 | 0 | 3 | 0 | AB | 64 | 5B |
Octal | 320 | 377 | 370 | 22 | 0 | 3 | 0 | 253 | 144 | 133 |
Binary | 11010000 | 11111111 | 11111000 | 10010 | 0 | 11 | 0 | 10101011 | 1100100 | 1011011 |
Color Harmonies of #D0FFF8
Complementary color
Monochromatic Colors of #D0FFF8
Black with #D0FFF8
Text Example
Text Example
White with #D0FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFF8; }
p { color: rgb(208,255,248); }
H1.HeaderClassName
{
color: #D0FFF8;
}
.AnyTagClassName
{
color: #D0FFF8;
}
</style>
background-color css
<style>
a { background-color: #D0FFF8; }
a { background-color: rgb(208,255,248); }
div.DivClassName
{
background-color: #D0FFF8;
}
.BgClassName
{
background-color: #D0FFF8;
}
</style>
border-color css
<style>
span { border-color: #D0FFF8; }
span { border-color: rgb(208,255,248); }
td.TdClassName
{
border-color: #D0FFF8;
}
.TagClassName
{
border-color: #D0FFF8;
}
</style>