Shades of Ice Cold #A0EEDC
Tints of Ice Cold #A0EEDC
RGB
CMYK
RGB Variations
Color information
#A0EEDC (or 0xA0EEDC) is known color: Ice Cold. HEX triplet: A0, EE and DC. RGB value is (160,238,220). Sum of RGB (Red+Green+Blue) = 160+238+220=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDC is #5F1123. Grayscale: #D4D4D4. Windows color (decimal): -6230308 or 14479008. OLE color: 14479008.
HSL color Cylindrical-coordinate representation of color #A0EEDC: hue angle of 166.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEDC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 220 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.07 |
| HSL | 166.15º | 0.7% | 0.78% | - |
| HSV(B) | 166.15º | 0.33% | 0.93% | - |
| XYZ | 57.99 | 73.79 | 78.9 | - |
| YUV | 212.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 220 | 0.33 | 0 | 0.08 | 0.07 | 166.15 | 0.7 | 0.78 |
| Hex | A0 | EE | DC | 21 | 0 | 8 | 7 | A6 | 46 | 4E |
| Octal | 240 | 356 | 334 | 41 | 0 | 10 | 7 | 246 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11011100 | 100001 | 0 | 1000 | 111 | 10100110 | 1000110 | 1001110 |
Color Harmonies of #A0EEDC
Complementary color
Monochromatic Colors of #A0EEDC
Black with #A0EEDC
Text Example
Text Example
White with #A0EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEDC; }
p { color: rgb(160,238,220); }
H1.HeaderClassName
{
color: #A0EEDC;
}
.AnyTagClassName
{
color: #A0EEDC;
}
</style>
background-color css
<style>
a { background-color: #A0EEDC; }
a { background-color: rgb(160,238,220); }
div.DivClassName
{
background-color: #A0EEDC;
}
.BgClassName
{
background-color: #A0EEDC;
}
</style>
border-color css
<style>
span { border-color: #A0EEDC; }
span { border-color: rgb(160,238,220); }
td.TdClassName
{
border-color: #A0EEDC;
}
.TagClassName
{
border-color: #A0EEDC;
}
</style>