Shades of Ice Cold #9EF0DD
Tints of Ice Cold #9EF0DD
RGB
CMYK
RGB Variations
Color information
#9EF0DD (or 0x9EF0DD) is known color: Ice Cold. HEX triplet: 9E, F0 and DD. RGB value is (158,240,221). Sum of RGB (Red+Green+Blue) = 158+240+221=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0DD is #610F22. Grayscale: #D5D5D5. Windows color (decimal): -6360867 or 14545054. OLE color: 14545054.
HSL color Cylindrical-coordinate representation of color #9EF0DD: hue angle of 166.1º degrees, saturation: 0.73, 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 #9EF0DD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 221 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.06 |
| HSL | 166.1º | 0.73% | 0.78% | - |
| HSV(B) | 166.1º | 0.34% | 0.94% | - |
| XYZ | 58.31 | 74.81 | 79.77 | - |
| YUV | 213.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 221 | 0.34 | 0 | 0.08 | 0.06 | 166.1 | 0.73 | 0.78 |
| Hex | 9E | F0 | DD | 22 | 0 | 8 | 6 | A6 | 49 | 4E |
| Octal | 236 | 360 | 335 | 42 | 0 | 10 | 6 | 246 | 111 | 116 |
| Binary | 10011110 | 11110000 | 11011101 | 100010 | 0 | 1000 | 110 | 10100110 | 1001001 | 1001110 |
Color Harmonies of #9EF0DD
Complementary color
Monochromatic Colors of #9EF0DD
Black with #9EF0DD
Text Example
Text Example
White with #9EF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF0DD; }
p { color: rgb(158,240,221); }
H1.HeaderClassName
{
color: #9EF0DD;
}
.AnyTagClassName
{
color: #9EF0DD;
}
</style>
background-color css
<style>
a { background-color: #9EF0DD; }
a { background-color: rgb(158,240,221); }
div.DivClassName
{
background-color: #9EF0DD;
}
.BgClassName
{
background-color: #9EF0DD;
}
</style>
border-color css
<style>
span { border-color: #9EF0DD; }
span { border-color: rgb(158,240,221); }
td.TdClassName
{
border-color: #9EF0DD;
}
.TagClassName
{
border-color: #9EF0DD;
}
</style>