Shades of Ice Cold #9EE2D4
Tints of Ice Cold #9EE2D4
RGB
CMYK
RGB Variations
Color information
#9EE2D4 (or 0x9EE2D4) is known color: Ice Cold. HEX triplet: 9E, E2 and D4. RGB value is (158,226,212). Sum of RGB (Red+Green+Blue) = 158+226+212=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE2D4 is #611D2B. Grayscale: #CCCCCC. Windows color (decimal): -6364460 or 13951646. OLE color: 13951646.
HSL color Cylindrical-coordinate representation of color #9EE2D4: hue angle of 167.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE2D4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 212 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.11 |
| HSL | 167.65º | 0.54% | 0.75% | - |
| HSV(B) | 167.65º | 0.3% | 0.89% | - |
| XYZ | 53.18 | 66.42 | 72.3 | - |
| YUV | 204.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 212 | 0.30 | 0 | 0.06 | 0.11 | 167.65 | 0.54 | 0.75 |
| Hex | 9E | E2 | D4 | 1E | 0 | 6 | B | A8 | 36 | 4B |
| Octal | 236 | 342 | 324 | 36 | 0 | 6 | 13 | 250 | 66 | 113 |
| Binary | 10011110 | 11100010 | 11010100 | 11110 | 0 | 110 | 1011 | 10101000 | 110110 | 1001011 |
Color Harmonies of #9EE2D4
Complementary color
Monochromatic Colors of #9EE2D4
Black with #9EE2D4
Text Example
Text Example
White with #9EE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE2D4; }
p { color: rgb(158,226,212); }
H1.HeaderClassName
{
color: #9EE2D4;
}
.AnyTagClassName
{
color: #9EE2D4;
}
</style>
background-color css
<style>
a { background-color: #9EE2D4; }
a { background-color: rgb(158,226,212); }
div.DivClassName
{
background-color: #9EE2D4;
}
.BgClassName
{
background-color: #9EE2D4;
}
</style>
border-color css
<style>
span { border-color: #9EE2D4; }
span { border-color: rgb(158,226,212); }
td.TdClassName
{
border-color: #9EE2D4;
}
.TagClassName
{
border-color: #9EE2D4;
}
</style>