Shades of Ice Cold #9EE8DD
Tints of Ice Cold #9EE8DD
RGB
CMYK
RGB Variations
Color information
#9EE8DD (or 0x9EE8DD) is known color: Ice Cold. HEX triplet: 9E, E8 and DD. RGB value is (158,232,221). Sum of RGB (Red+Green+Blue) = 158+232+221=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8DD is #611722. Grayscale: #D0D0D0. Windows color (decimal): -6362915 or 14543006. OLE color: 14543006.
HSL color Cylindrical-coordinate representation of color #9EE8DD: hue angle of 171.08º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8DD is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 221 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.09 |
| HSL | 171.08º | 0.62% | 0.76% | - |
| HSV(B) | 171.08º | 0.32% | 0.91% | - |
| XYZ | 56.01 | 70.2 | 79.01 | - |
| YUV | 208.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 221 | 0.32 | 0 | 0.05 | 0.09 | 171.08 | 0.62 | 0.76 |
| Hex | 9E | E8 | DD | 20 | 0 | 5 | 9 | AB | 3E | 4C |
| Octal | 236 | 350 | 335 | 40 | 0 | 5 | 11 | 253 | 76 | 114 |
| Binary | 10011110 | 11101000 | 11011101 | 100000 | 0 | 101 | 1001 | 10101011 | 111110 | 1001100 |
Color Harmonies of #9EE8DD
Complementary color
Monochromatic Colors of #9EE8DD
Black with #9EE8DD
Text Example
Text Example
White with #9EE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8DD; }
p { color: rgb(158,232,221); }
H1.HeaderClassName
{
color: #9EE8DD;
}
.AnyTagClassName
{
color: #9EE8DD;
}
</style>
background-color css
<style>
a { background-color: #9EE8DD; }
a { background-color: rgb(158,232,221); }
div.DivClassName
{
background-color: #9EE8DD;
}
.BgClassName
{
background-color: #9EE8DD;
}
</style>
border-color css
<style>
span { border-color: #9EE8DD; }
span { border-color: rgb(158,232,221); }
td.TdClassName
{
border-color: #9EE8DD;
}
.TagClassName
{
border-color: #9EE8DD;
}
</style>