Shades of Ice Cold #9EE9DE
Tints of Ice Cold #9EE9DE
RGB
CMYK
RGB Variations
Color information
#9EE9DE (or 0x9EE9DE) is known color: Ice Cold. HEX triplet: 9E, E9 and DE. RGB value is (158,233,222). Sum of RGB (Red+Green+Blue) = 158+233+222=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9DE is #611621. Grayscale: #D1D1D1. Windows color (decimal): -6362658 or 14608798. OLE color: 14608798.
HSL color Cylindrical-coordinate representation of color #9EE9DE: hue angle of 171.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9DE is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 222 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.09 |
| HSL | 171.2º | 0.63% | 0.77% | - |
| HSV(B) | 171.2º | 0.32% | 0.91% | - |
| XYZ | 56.42 | 70.82 | 79.8 | - |
| YUV | 209.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 222 | 0.32 | 0 | 0.05 | 0.09 | 171.2 | 0.63 | 0.77 |
| Hex | 9E | E9 | DE | 20 | 0 | 5 | 9 | AB | 3F | 4D |
| Octal | 236 | 351 | 336 | 40 | 0 | 5 | 11 | 253 | 77 | 115 |
| Binary | 10011110 | 11101001 | 11011110 | 100000 | 0 | 101 | 1001 | 10101011 | 111111 | 1001101 |
Color Harmonies of #9EE9DE
Complementary color
Monochromatic Colors of #9EE9DE
Black with #9EE9DE
Text Example
Text Example
White with #9EE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9DE; }
p { color: rgb(158,233,222); }
H1.HeaderClassName
{
color: #9EE9DE;
}
.AnyTagClassName
{
color: #9EE9DE;
}
</style>
background-color css
<style>
a { background-color: #9EE9DE; }
a { background-color: rgb(158,233,222); }
div.DivClassName
{
background-color: #9EE9DE;
}
.BgClassName
{
background-color: #9EE9DE;
}
</style>
border-color css
<style>
span { border-color: #9EE9DE; }
span { border-color: rgb(158,233,222); }
td.TdClassName
{
border-color: #9EE9DE;
}
.TagClassName
{
border-color: #9EE9DE;
}
</style>