Shades of Ice Cold #9EEFE0
Tints of Ice Cold #9EEFE0
RGB
CMYK
RGB Variations
Color information
#9EEFE0 (or 0x9EEFE0) is known color: Ice Cold. HEX triplet: 9E, EF and E0. RGB value is (158,239,224). Sum of RGB (Red+Green+Blue) = 158+239+224=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFE0 is #61101F. Grayscale: #D5D5D5. Windows color (decimal): -6361120 or 14741406. OLE color: 14741406.
HSL color Cylindrical-coordinate representation of color #9EEFE0: hue angle of 168.89º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFE0 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 224 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.06 |
| HSL | 168.89º | 0.72% | 0.78% | - |
| HSV(B) | 168.89º | 0.34% | 0.94% | - |
| XYZ | 58.42 | 74.38 | 81.8 | - |
| YUV | 213.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 224 | 0.34 | 0 | 0.06 | 0.06 | 168.89 | 0.72 | 0.78 |
| Hex | 9E | EF | E0 | 22 | 0 | 6 | 6 | A9 | 48 | 4E |
| Octal | 236 | 357 | 340 | 42 | 0 | 6 | 6 | 251 | 110 | 116 |
| Binary | 10011110 | 11101111 | 11100000 | 100010 | 0 | 110 | 110 | 10101001 | 1001000 | 1001110 |
Color Harmonies of #9EEFE0
Complementary color
Monochromatic Colors of #9EEFE0
Black with #9EEFE0
Text Example
Text Example
White with #9EEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFE0; }
p { color: rgb(158,239,224); }
H1.HeaderClassName
{
color: #9EEFE0;
}
.AnyTagClassName
{
color: #9EEFE0;
}
</style>
background-color css
<style>
a { background-color: #9EEFE0; }
a { background-color: rgb(158,239,224); }
div.DivClassName
{
background-color: #9EEFE0;
}
.BgClassName
{
background-color: #9EEFE0;
}
</style>
border-color css
<style>
span { border-color: #9EEFE0; }
span { border-color: rgb(158,239,224); }
td.TdClassName
{
border-color: #9EEFE0;
}
.TagClassName
{
border-color: #9EEFE0;
}
</style>