Shades of Ice Cold #9EE6DB
Tints of Ice Cold #9EE6DB
RGB
CMYK
RGB Variations
Color information
#9EE6DB (or 0x9EE6DB) is known color: Ice Cold. HEX triplet: 9E, E6 and DB. RGB value is (158,230,219). Sum of RGB (Red+Green+Blue) = 158+230+219=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6DB is #611924. Grayscale: #CFCFCF. Windows color (decimal): -6363429 or 14411422. OLE color: 14411422.
HSL color Cylindrical-coordinate representation of color #9EE6DB: hue angle of 170.83º degrees, saturation: 0.59, 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 #9EE6DB is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 219 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.10 |
| HSL | 170.83º | 0.59% | 0.76% | - |
| HSV(B) | 170.83º | 0.31% | 0.9% | - |
| XYZ | 55.18 | 68.98 | 77.42 | - |
| YUV | 207.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 219 | 0.31 | 0 | 0.05 | 0.10 | 170.83 | 0.59 | 0.76 |
| Hex | 9E | E6 | DB | 1F | 0 | 5 | A | AB | 3B | 4C |
| Octal | 236 | 346 | 333 | 37 | 0 | 5 | 12 | 253 | 73 | 114 |
| Binary | 10011110 | 11100110 | 11011011 | 11111 | 0 | 101 | 1010 | 10101011 | 111011 | 1001100 |
Color Harmonies of #9EE6DB
Complementary color
Monochromatic Colors of #9EE6DB
Black with #9EE6DB
Text Example
Text Example
White with #9EE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE6DB; }
p { color: rgb(158,230,219); }
H1.HeaderClassName
{
color: #9EE6DB;
}
.AnyTagClassName
{
color: #9EE6DB;
}
</style>
background-color css
<style>
a { background-color: #9EE6DB; }
a { background-color: rgb(158,230,219); }
div.DivClassName
{
background-color: #9EE6DB;
}
.BgClassName
{
background-color: #9EE6DB;
}
</style>
border-color css
<style>
span { border-color: #9EE6DB; }
span { border-color: rgb(158,230,219); }
td.TdClassName
{
border-color: #9EE6DB;
}
.TagClassName
{
border-color: #9EE6DB;
}
</style>