Shades of Ice Cold #9FE8DE
Tints of Ice Cold #9FE8DE
RGB
CMYK
RGB Variations
Color information
#9FE8DE (or 0x9FE8DE) is known color: Ice Cold. HEX triplet: 9F, E8 and DE. RGB value is (159,232,222). Sum of RGB (Red+Green+Blue) = 159+232+222=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8DE is #601721. Grayscale: #D1D1D1. Windows color (decimal): -6297378 or 14608543. OLE color: 14608543.
HSL color Cylindrical-coordinate representation of color #9FE8DE: hue angle of 171.78º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8DE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 222 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.09 |
| HSL | 171.78º | 0.61% | 0.77% | - |
| HSV(B) | 171.78º | 0.31% | 0.91% | - |
| XYZ | 56.34 | 70.36 | 79.72 | - |
| YUV | 209.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 222 | 0.31 | 0 | 0.04 | 0.09 | 171.78 | 0.61 | 0.77 |
| Hex | 9F | E8 | DE | 1F | 0 | 4 | 9 | AC | 3D | 4D |
| Octal | 237 | 350 | 336 | 37 | 0 | 4 | 11 | 254 | 75 | 115 |
| Binary | 10011111 | 11101000 | 11011110 | 11111 | 0 | 100 | 1001 | 10101100 | 111101 | 1001101 |
Color Harmonies of #9FE8DE
Complementary color
Monochromatic Colors of #9FE8DE
Black with #9FE8DE
Text Example
Text Example
White with #9FE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8DE; }
p { color: rgb(159,232,222); }
H1.HeaderClassName
{
color: #9FE8DE;
}
.AnyTagClassName
{
color: #9FE8DE;
}
</style>
background-color css
<style>
a { background-color: #9FE8DE; }
a { background-color: rgb(159,232,222); }
div.DivClassName
{
background-color: #9FE8DE;
}
.BgClassName
{
background-color: #9FE8DE;
}
</style>
border-color css
<style>
span { border-color: #9FE8DE; }
span { border-color: rgb(159,232,222); }
td.TdClassName
{
border-color: #9FE8DE;
}
.TagClassName
{
border-color: #9FE8DE;
}
</style>