Shades of Ice Cold #9EEAD4
Tints of Ice Cold #9EEAD4
RGB
CMYK
RGB Variations
Color information
#9EEAD4 (or 0x9EEAD4) is known color: Ice Cold. HEX triplet: 9E, EA and D4. RGB value is (158,234,212). Sum of RGB (Red+Green+Blue) = 158+234+212=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAD4 is #61152B. Grayscale: #D0D0D0. Windows color (decimal): -6362412 or 13953694. OLE color: 13953694.
HSL color Cylindrical-coordinate representation of color #9EEAD4: hue angle of 162.63º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAD4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 212 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.08 |
| HSL | 162.63º | 0.64% | 0.77% | - |
| HSV(B) | 162.63º | 0.32% | 0.92% | - |
| XYZ | 55.41 | 70.87 | 73.05 | - |
| YUV | 208.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 212 | 0.32 | 0 | 0.09 | 0.08 | 162.63 | 0.64 | 0.77 |
| Hex | 9E | EA | D4 | 20 | 0 | 9 | 8 | A3 | 40 | 4D |
| Octal | 236 | 352 | 324 | 40 | 0 | 11 | 10 | 243 | 100 | 115 |
| Binary | 10011110 | 11101010 | 11010100 | 100000 | 0 | 1001 | 1000 | 10100011 | 1000000 | 1001101 |
Color Harmonies of #9EEAD4
Complementary color
Monochromatic Colors of #9EEAD4
Black with #9EEAD4
Text Example
Text Example
White with #9EEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEAD4; }
p { color: rgb(158,234,212); }
H1.HeaderClassName
{
color: #9EEAD4;
}
.AnyTagClassName
{
color: #9EEAD4;
}
</style>
background-color css
<style>
a { background-color: #9EEAD4; }
a { background-color: rgb(158,234,212); }
div.DivClassName
{
background-color: #9EEAD4;
}
.BgClassName
{
background-color: #9EEAD4;
}
</style>
border-color css
<style>
span { border-color: #9EEAD4; }
span { border-color: rgb(158,234,212); }
td.TdClassName
{
border-color: #9EEAD4;
}
.TagClassName
{
border-color: #9EEAD4;
}
</style>