Shades of Ice Cold #9FE9E0
Tints of Ice Cold #9FE9E0
RGB
CMYK
RGB Variations
Color information
#9FE9E0 (or 0x9FE9E0) is known color: Ice Cold. HEX triplet: 9F, E9 and E0. RGB value is (159,233,224). Sum of RGB (Red+Green+Blue) = 159+233+224=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9E0 is #60161F. Grayscale: #D1D1D1. Windows color (decimal): -6297120 or 14739871. OLE color: 14739871.
HSL color Cylindrical-coordinate representation of color #9FE9E0: hue angle of 172.7º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9E0 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 224 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.09 |
| HSL | 172.7º | 0.63% | 0.77% | - |
| HSV(B) | 172.7º | 0.32% | 0.91% | - |
| XYZ | 56.89 | 71.03 | 81.23 | - |
| YUV | 209.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 224 | 0.32 | 0 | 0.04 | 0.09 | 172.7 | 0.63 | 0.77 |
| Hex | 9F | E9 | E0 | 20 | 0 | 4 | 9 | AD | 3F | 4D |
| Octal | 237 | 351 | 340 | 40 | 0 | 4 | 11 | 255 | 77 | 115 |
| Binary | 10011111 | 11101001 | 11100000 | 100000 | 0 | 100 | 1001 | 10101101 | 111111 | 1001101 |
Color Harmonies of #9FE9E0
Complementary color
Monochromatic Colors of #9FE9E0
Black with #9FE9E0
Text Example
Text Example
White with #9FE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9E0; }
p { color: rgb(159,233,224); }
H1.HeaderClassName
{
color: #9FE9E0;
}
.AnyTagClassName
{
color: #9FE9E0;
}
</style>
background-color css
<style>
a { background-color: #9FE9E0; }
a { background-color: rgb(159,233,224); }
div.DivClassName
{
background-color: #9FE9E0;
}
.BgClassName
{
background-color: #9FE9E0;
}
</style>
border-color css
<style>
span { border-color: #9FE9E0; }
span { border-color: rgb(159,233,224); }
td.TdClassName
{
border-color: #9FE9E0;
}
.TagClassName
{
border-color: #9FE9E0;
}
</style>