Shades of Ice Cold #A0EEDD
Tints of Ice Cold #A0EEDD
RGB
CMYK
RGB Variations
Color information
#A0EEDD (or 0xA0EEDD) is known color: Ice Cold. HEX triplet: A0, EE and DD. RGB value is (160,238,221). Sum of RGB (Red+Green+Blue) = 160+238+221=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDD is #5F1122. Grayscale: #D4D4D4. Windows color (decimal): -6230307 or 14544544. OLE color: 14544544.
HSL color Cylindrical-coordinate representation of color #A0EEDD: hue angle of 166.92º 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 #A0EEDD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 221 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.07 |
| HSL | 166.92º | 0.7% | 0.78% | - |
| HSV(B) | 166.92º | 0.33% | 0.93% | - |
| XYZ | 58.12 | 73.84 | 79.6 | - |
| YUV | 212.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 221 | 0.33 | 0 | 0.07 | 0.07 | 166.92 | 0.7 | 0.78 |
| Hex | A0 | EE | DD | 21 | 0 | 7 | 7 | A7 | 46 | 4E |
| Octal | 240 | 356 | 335 | 41 | 0 | 7 | 7 | 247 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11011101 | 100001 | 0 | 111 | 111 | 10100111 | 1000110 | 1001110 |
Color Harmonies of #A0EEDD
Complementary color
Monochromatic Colors of #A0EEDD
Black with #A0EEDD
Text Example
Text Example
White with #A0EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEDD; }
p { color: rgb(160,238,221); }
H1.HeaderClassName
{
color: #A0EEDD;
}
.AnyTagClassName
{
color: #A0EEDD;
}
</style>
background-color css
<style>
a { background-color: #A0EEDD; }
a { background-color: rgb(160,238,221); }
div.DivClassName
{
background-color: #A0EEDD;
}
.BgClassName
{
background-color: #A0EEDD;
}
</style>
border-color css
<style>
span { border-color: #A0EEDD; }
span { border-color: rgb(160,238,221); }
td.TdClassName
{
border-color: #A0EEDD;
}
.TagClassName
{
border-color: #A0EEDD;
}
</style>