Shades of Ice Cold #9EEDDD
Tints of Ice Cold #9EEDDD
RGB
CMYK
RGB Variations
Color information
#9EEDDD (or 0x9EEDDD) is known color: Ice Cold. HEX triplet: 9E, ED and DD. RGB value is (158,237,221). Sum of RGB (Red+Green+Blue) = 158+237+221=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDDD is #611222. Grayscale: #D3D3D3. Windows color (decimal): -6361635 or 14544286. OLE color: 14544286.
HSL color Cylindrical-coordinate representation of color #9EEDDD: hue angle of 167.85º degrees, saturation: 0.69, 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 #9EEDDD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 221 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.07 |
| HSL | 167.85º | 0.69% | 0.77% | - |
| HSV(B) | 167.85º | 0.33% | 0.93% | - |
| XYZ | 57.44 | 73.06 | 79.48 | - |
| YUV | 211.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 221 | 0.33 | 0 | 0.07 | 0.07 | 167.85 | 0.69 | 0.77 |
| Hex | 9E | ED | DD | 21 | 0 | 7 | 7 | A8 | 45 | 4D |
| Octal | 236 | 355 | 335 | 41 | 0 | 7 | 7 | 250 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11011101 | 100001 | 0 | 111 | 111 | 10101000 | 1000101 | 1001101 |
Color Harmonies of #9EEDDD
Complementary color
Monochromatic Colors of #9EEDDD
Black with #9EEDDD
Text Example
Text Example
White with #9EEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDDD; }
p { color: rgb(158,237,221); }
H1.HeaderClassName
{
color: #9EEDDD;
}
.AnyTagClassName
{
color: #9EEDDD;
}
</style>
background-color css
<style>
a { background-color: #9EEDDD; }
a { background-color: rgb(158,237,221); }
div.DivClassName
{
background-color: #9EEDDD;
}
.BgClassName
{
background-color: #9EEDDD;
}
</style>
border-color css
<style>
span { border-color: #9EEDDD; }
span { border-color: rgb(158,237,221); }
td.TdClassName
{
border-color: #9EEDDD;
}
.TagClassName
{
border-color: #9EEDDD;
}
</style>