Shades of Ice Cold #9EE8D5
Tints of Ice Cold #9EE8D5
RGB
CMYK
RGB Variations
Color information
#9EE8D5 (or 0x9EE8D5) is known color: Ice Cold. HEX triplet: 9E, E8 and D5. RGB value is (158,232,213). Sum of RGB (Red+Green+Blue) = 158+232+213=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8D5 is #61172A. Grayscale: #CFCFCF. Windows color (decimal): -6362923 or 14018718. OLE color: 14018718.
HSL color Cylindrical-coordinate representation of color #9EE8D5: hue angle of 164.59º 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 #9EE8D5 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 213 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.09 |
| HSL | 164.59º | 0.62% | 0.76% | - |
| HSV(B) | 164.59º | 0.32% | 0.91% | - |
| XYZ | 54.97 | 69.79 | 73.52 | - |
| YUV | 207.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 213 | 0.32 | 0 | 0.08 | 0.09 | 164.59 | 0.62 | 0.76 |
| Hex | 9E | E8 | D5 | 20 | 0 | 8 | 9 | A5 | 3E | 4C |
| Octal | 236 | 350 | 325 | 40 | 0 | 10 | 11 | 245 | 76 | 114 |
| Binary | 10011110 | 11101000 | 11010101 | 100000 | 0 | 1000 | 1001 | 10100101 | 111110 | 1001100 |
Color Harmonies of #9EE8D5
Complementary color
Monochromatic Colors of #9EE8D5
Black with #9EE8D5
Text Example
Text Example
White with #9EE8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8D5; }
p { color: rgb(158,232,213); }
H1.HeaderClassName
{
color: #9EE8D5;
}
.AnyTagClassName
{
color: #9EE8D5;
}
</style>
background-color css
<style>
a { background-color: #9EE8D5; }
a { background-color: rgb(158,232,213); }
div.DivClassName
{
background-color: #9EE8D5;
}
.BgClassName
{
background-color: #9EE8D5;
}
</style>
border-color css
<style>
span { border-color: #9EE8D5; }
span { border-color: rgb(158,232,213); }
td.TdClassName
{
border-color: #9EE8D5;
}
.TagClassName
{
border-color: #9EE8D5;
}
</style>