Shades of Ice Cold #9EECDE
Tints of Ice Cold #9EECDE
RGB
CMYK
RGB Variations
Color information
#9EECDE (or 0x9EECDE) is known color: Ice Cold. HEX triplet: 9E, EC and DE. RGB value is (158,236,222). Sum of RGB (Red+Green+Blue) = 158+236+222=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECDE is #611321. Grayscale: #D3D3D3. Windows color (decimal): -6361890 or 14609566. OLE color: 14609566.
HSL color Cylindrical-coordinate representation of color #9EECDE: hue angle of 169.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECDE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 222 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.07 |
| HSL | 169.23º | 0.67% | 0.77% | - |
| HSV(B) | 169.23º | 0.33% | 0.93% | - |
| XYZ | 57.28 | 72.53 | 80.09 | - |
| YUV | 211.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 222 | 0.33 | 0 | 0.06 | 0.07 | 169.23 | 0.67 | 0.77 |
| Hex | 9E | EC | DE | 21 | 0 | 6 | 7 | A9 | 43 | 4D |
| Octal | 236 | 354 | 336 | 41 | 0 | 6 | 7 | 251 | 103 | 115 |
| Binary | 10011110 | 11101100 | 11011110 | 100001 | 0 | 110 | 111 | 10101001 | 1000011 | 1001101 |
Color Harmonies of #9EECDE
Complementary color
Monochromatic Colors of #9EECDE
Black with #9EECDE
Text Example
Text Example
White with #9EECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECDE; }
p { color: rgb(158,236,222); }
H1.HeaderClassName
{
color: #9EECDE;
}
.AnyTagClassName
{
color: #9EECDE;
}
</style>
background-color css
<style>
a { background-color: #9EECDE; }
a { background-color: rgb(158,236,222); }
div.DivClassName
{
background-color: #9EECDE;
}
.BgClassName
{
background-color: #9EECDE;
}
</style>
border-color css
<style>
span { border-color: #9EECDE; }
span { border-color: rgb(158,236,222); }
td.TdClassName
{
border-color: #9EECDE;
}
.TagClassName
{
border-color: #9EECDE;
}
</style>