Shades of Ice Cold #9EE8D7
Tints of Ice Cold #9EE8D7
RGB
CMYK
RGB Variations
Color information
#9EE8D7 (or 0x9EE8D7) is known color: Ice Cold. HEX triplet: 9E, E8 and D7. RGB value is (158,232,215). Sum of RGB (Red+Green+Blue) = 158+232+215=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8D7 is #611728. Grayscale: #CFCFCF. Windows color (decimal): -6362921 or 14149790. OLE color: 14149790.
HSL color Cylindrical-coordinate representation of color #9EE8D7: hue angle of 166.22º 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 #9EE8D7 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 215 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.09 |
| HSL | 166.22º | 0.62% | 0.76% | - |
| HSV(B) | 166.22º | 0.32% | 0.91% | - |
| XYZ | 55.22 | 69.89 | 74.87 | - |
| YUV | 207.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 215 | 0.32 | 0 | 0.07 | 0.09 | 166.22 | 0.62 | 0.76 |
| Hex | 9E | E8 | D7 | 20 | 0 | 7 | 9 | A6 | 3E | 4C |
| Octal | 236 | 350 | 327 | 40 | 0 | 7 | 11 | 246 | 76 | 114 |
| Binary | 10011110 | 11101000 | 11010111 | 100000 | 0 | 111 | 1001 | 10100110 | 111110 | 1001100 |
Color Harmonies of #9EE8D7
Complementary color
Monochromatic Colors of #9EE8D7
Black with #9EE8D7
Text Example
Text Example
White with #9EE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8D7; }
p { color: rgb(158,232,215); }
H1.HeaderClassName
{
color: #9EE8D7;
}
.AnyTagClassName
{
color: #9EE8D7;
}
</style>
background-color css
<style>
a { background-color: #9EE8D7; }
a { background-color: rgb(158,232,215); }
div.DivClassName
{
background-color: #9EE8D7;
}
.BgClassName
{
background-color: #9EE8D7;
}
</style>
border-color css
<style>
span { border-color: #9EE8D7; }
span { border-color: rgb(158,232,215); }
td.TdClassName
{
border-color: #9EE8D7;
}
.TagClassName
{
border-color: #9EE8D7;
}
</style>