Shades of Ice Cold #9EE8DB
Tints of Ice Cold #9EE8DB
RGB
CMYK
RGB Variations
Color information
#9EE8DB (or 0x9EE8DB) is known color: Ice Cold. HEX triplet: 9E, E8 and DB. RGB value is (158,232,219). Sum of RGB (Red+Green+Blue) = 158+232+219=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8DB is #611724. Grayscale: #D0D0D0. Windows color (decimal): -6362917 or 14411934. OLE color: 14411934.
HSL color Cylindrical-coordinate representation of color #9EE8DB: hue angle of 169.46º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8DB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 219 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.09 |
| HSL | 169.46º | 0.62% | 0.76% | - |
| HSV(B) | 169.46º | 0.32% | 0.91% | - |
| XYZ | 55.74 | 70.1 | 77.61 | - |
| YUV | 208.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 219 | 0.32 | 0 | 0.06 | 0.09 | 169.46 | 0.62 | 0.76 |
| Hex | 9E | E8 | DB | 20 | 0 | 6 | 9 | A9 | 3E | 4C |
| Octal | 236 | 350 | 333 | 40 | 0 | 6 | 11 | 251 | 76 | 114 |
| Binary | 10011110 | 11101000 | 11011011 | 100000 | 0 | 110 | 1001 | 10101001 | 111110 | 1001100 |
Color Harmonies of #9EE8DB
Complementary color
Monochromatic Colors of #9EE8DB
Black with #9EE8DB
Text Example
Text Example
White with #9EE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8DB; }
p { color: rgb(158,232,219); }
H1.HeaderClassName
{
color: #9EE8DB;
}
.AnyTagClassName
{
color: #9EE8DB;
}
</style>
background-color css
<style>
a { background-color: #9EE8DB; }
a { background-color: rgb(158,232,219); }
div.DivClassName
{
background-color: #9EE8DB;
}
.BgClassName
{
background-color: #9EE8DB;
}
</style>
border-color css
<style>
span { border-color: #9EE8DB; }
span { border-color: rgb(158,232,219); }
td.TdClassName
{
border-color: #9EE8DB;
}
.TagClassName
{
border-color: #9EE8DB;
}
</style>