Shades of Ice Cold #9EE5DC
Tints of Ice Cold #9EE5DC
RGB
CMYK
RGB Variations
Color information
#9EE5DC (or 0x9EE5DC) is known color: Ice Cold. HEX triplet: 9E, E5 and DC. RGB value is (158,229,220). Sum of RGB (Red+Green+Blue) = 158+229+220=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5DC is #611A23. Grayscale: #CECECE. Windows color (decimal): -6363684 or 14476702. OLE color: 14476702.
HSL color Cylindrical-coordinate representation of color #9EE5DC: hue angle of 172.39º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5DC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 220 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.10 |
| HSL | 172.39º | 0.58% | 0.76% | - |
| HSV(B) | 172.39º | 0.31% | 0.9% | - |
| XYZ | 55.04 | 68.48 | 78.03 | - |
| YUV | 206.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 220 | 0.31 | 0 | 0.04 | 0.10 | 172.39 | 0.58 | 0.76 |
| Hex | 9E | E5 | DC | 1F | 0 | 4 | A | AC | 3A | 4C |
| Octal | 236 | 345 | 334 | 37 | 0 | 4 | 12 | 254 | 72 | 114 |
| Binary | 10011110 | 11100101 | 11011100 | 11111 | 0 | 100 | 1010 | 10101100 | 111010 | 1001100 |
Color Harmonies of #9EE5DC
Complementary color
Monochromatic Colors of #9EE5DC
Black with #9EE5DC
Text Example
Text Example
White with #9EE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE5DC; }
p { color: rgb(158,229,220); }
H1.HeaderClassName
{
color: #9EE5DC;
}
.AnyTagClassName
{
color: #9EE5DC;
}
</style>
background-color css
<style>
a { background-color: #9EE5DC; }
a { background-color: rgb(158,229,220); }
div.DivClassName
{
background-color: #9EE5DC;
}
.BgClassName
{
background-color: #9EE5DC;
}
</style>
border-color css
<style>
span { border-color: #9EE5DC; }
span { border-color: rgb(158,229,220); }
td.TdClassName
{
border-color: #9EE5DC;
}
.TagClassName
{
border-color: #9EE5DC;
}
</style>