Shades of Ice Cold #9EE2CE
Tints of Ice Cold #9EE2CE
RGB
CMYK
RGB Variations
Color information
#9EE2CE (or 0x9EE2CE) is known color: Ice Cold. HEX triplet: 9E, E2 and CE. RGB value is (158,226,206). Sum of RGB (Red+Green+Blue) = 158+226+206=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE2CE is #611D31. Grayscale: #CBCBCB. Windows color (decimal): -6364466 or 13558430. OLE color: 13558430.
HSL color Cylindrical-coordinate representation of color #9EE2CE: hue angle of 162.35º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE2CE is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 206 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.11 |
| HSL | 162.35º | 0.54% | 0.75% | - |
| HSV(B) | 162.35º | 0.3% | 0.89% | - |
| XYZ | 52.44 | 66.12 | 68.39 | - |
| YUV | 203.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 206 | 0.30 | 0 | 0.09 | 0.11 | 162.35 | 0.54 | 0.75 |
| Hex | 9E | E2 | CE | 1E | 0 | 9 | B | A2 | 36 | 4B |
| Octal | 236 | 342 | 316 | 36 | 0 | 11 | 13 | 242 | 66 | 113 |
| Binary | 10011110 | 11100010 | 11001110 | 11110 | 0 | 1001 | 1011 | 10100010 | 110110 | 1001011 |
Color Harmonies of #9EE2CE
Complementary color
Monochromatic Colors of #9EE2CE
Black with #9EE2CE
Text Example
Text Example
White with #9EE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE2CE; }
p { color: rgb(158,226,206); }
H1.HeaderClassName
{
color: #9EE2CE;
}
.AnyTagClassName
{
color: #9EE2CE;
}
</style>
background-color css
<style>
a { background-color: #9EE2CE; }
a { background-color: rgb(158,226,206); }
div.DivClassName
{
background-color: #9EE2CE;
}
.BgClassName
{
background-color: #9EE2CE;
}
</style>
border-color css
<style>
span { border-color: #9EE2CE; }
span { border-color: rgb(158,226,206); }
td.TdClassName
{
border-color: #9EE2CE;
}
.TagClassName
{
border-color: #9EE2CE;
}
</style>