Shades of Ice Cold #9EE5D8
Tints of Ice Cold #9EE5D8
RGB
CMYK
RGB Variations
Color information
#9EE5D8 (or 0x9EE5D8) is known color: Ice Cold. HEX triplet: 9E, E5 and D8. RGB value is (158,229,216). Sum of RGB (Red+Green+Blue) = 158+229+216=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5D8 is #611A27. Grayscale: #CECECE. Windows color (decimal): -6363688 or 14214558. OLE color: 14214558.
HSL color Cylindrical-coordinate representation of color #9EE5D8: hue angle of 169.01º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5D8 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 216 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.10 |
| HSL | 169.01º | 0.58% | 0.76% | - |
| HSV(B) | 169.01º | 0.31% | 0.9% | - |
| XYZ | 54.51 | 68.27 | 75.27 | - |
| YUV | 206.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 216 | 0.31 | 0 | 0.06 | 0.10 | 169.01 | 0.58 | 0.76 |
| Hex | 9E | E5 | D8 | 1F | 0 | 6 | A | A9 | 3A | 4C |
| Octal | 236 | 345 | 330 | 37 | 0 | 6 | 12 | 251 | 72 | 114 |
| Binary | 10011110 | 11100101 | 11011000 | 11111 | 0 | 110 | 1010 | 10101001 | 111010 | 1001100 |
Color Harmonies of #9EE5D8
Complementary color
Monochromatic Colors of #9EE5D8
Black with #9EE5D8
Text Example
Text Example
White with #9EE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE5D8; }
p { color: rgb(158,229,216); }
H1.HeaderClassName
{
color: #9EE5D8;
}
.AnyTagClassName
{
color: #9EE5D8;
}
</style>
background-color css
<style>
a { background-color: #9EE5D8; }
a { background-color: rgb(158,229,216); }
div.DivClassName
{
background-color: #9EE5D8;
}
.BgClassName
{
background-color: #9EE5D8;
}
</style>
border-color css
<style>
span { border-color: #9EE5D8; }
span { border-color: rgb(158,229,216); }
td.TdClassName
{
border-color: #9EE5D8;
}
.TagClassName
{
border-color: #9EE5D8;
}
</style>