Shades of Ice Cold #9EE7DD
Tints of Ice Cold #9EE7DD
RGB
CMYK
RGB Variations
Color information
#9EE7DD (or 0x9EE7DD) is known color: Ice Cold. HEX triplet: 9E, E7 and DD. RGB value is (158,231,221). Sum of RGB (Red+Green+Blue) = 158+231+221=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE7DD is #611822. Grayscale: #D0D0D0. Windows color (decimal): -6363171 or 14542750. OLE color: 14542750.
HSL color Cylindrical-coordinate representation of color #9EE7DD: hue angle of 171.78º degrees, saturation: 0.6, 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 #9EE7DD is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 221 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.09 |
| HSL | 171.78º | 0.6% | 0.76% | - |
| HSV(B) | 171.78º | 0.32% | 0.91% | - |
| XYZ | 55.73 | 69.64 | 78.91 | - |
| YUV | 208.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 221 | 0.32 | 0 | 0.04 | 0.09 | 171.78 | 0.6 | 0.76 |
| Hex | 9E | E7 | DD | 20 | 0 | 4 | 9 | AC | 3C | 4C |
| Octal | 236 | 347 | 335 | 40 | 0 | 4 | 11 | 254 | 74 | 114 |
| Binary | 10011110 | 11100111 | 11011101 | 100000 | 0 | 100 | 1001 | 10101100 | 111100 | 1001100 |
Color Harmonies of #9EE7DD
Complementary color
Monochromatic Colors of #9EE7DD
Black with #9EE7DD
Text Example
Text Example
White with #9EE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE7DD; }
p { color: rgb(158,231,221); }
H1.HeaderClassName
{
color: #9EE7DD;
}
.AnyTagClassName
{
color: #9EE7DD;
}
</style>
background-color css
<style>
a { background-color: #9EE7DD; }
a { background-color: rgb(158,231,221); }
div.DivClassName
{
background-color: #9EE7DD;
}
.BgClassName
{
background-color: #9EE7DD;
}
</style>
border-color css
<style>
span { border-color: #9EE7DD; }
span { border-color: rgb(158,231,221); }
td.TdClassName
{
border-color: #9EE7DD;
}
.TagClassName
{
border-color: #9EE7DD;
}
</style>