Shades of Ice Cold #9EEDDC
Tints of Ice Cold #9EEDDC
RGB
CMYK
RGB Variations
Color information
#9EEDDC (or 0x9EEDDC) is known color: Ice Cold. HEX triplet: 9E, ED and DC. RGB value is (158,237,220). Sum of RGB (Red+Green+Blue) = 158+237+220=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDDC is #611223. Grayscale: #D3D3D3. Windows color (decimal): -6361636 or 14478750. OLE color: 14478750.
HSL color Cylindrical-coordinate representation of color #9EEDDC: hue angle of 167.09º 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 #9EEDDC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 220 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.07 |
| HSL | 167.09º | 0.69% | 0.77% | - |
| HSV(B) | 167.09º | 0.33% | 0.93% | - |
| XYZ | 57.3 | 73 | 78.78 | - |
| YUV | 211.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 220 | 0.33 | 0 | 0.07 | 0.07 | 167.09 | 0.69 | 0.77 |
| Hex | 9E | ED | DC | 21 | 0 | 7 | 7 | A7 | 45 | 4D |
| Octal | 236 | 355 | 334 | 41 | 0 | 7 | 7 | 247 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11011100 | 100001 | 0 | 111 | 111 | 10100111 | 1000101 | 1001101 |
Color Harmonies of #9EEDDC
Complementary color
Monochromatic Colors of #9EEDDC
Black with #9EEDDC
Text Example
Text Example
White with #9EEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDDC; }
p { color: rgb(158,237,220); }
H1.HeaderClassName
{
color: #9EEDDC;
}
.AnyTagClassName
{
color: #9EEDDC;
}
</style>
background-color css
<style>
a { background-color: #9EEDDC; }
a { background-color: rgb(158,237,220); }
div.DivClassName
{
background-color: #9EEDDC;
}
.BgClassName
{
background-color: #9EEDDC;
}
</style>
border-color css
<style>
span { border-color: #9EEDDC; }
span { border-color: rgb(158,237,220); }
td.TdClassName
{
border-color: #9EEDDC;
}
.TagClassName
{
border-color: #9EEDDC;
}
</style>