Shades of Ice Cold #A0EEE1
Tints of Ice Cold #A0EEE1
RGB
CMYK
RGB Variations
Color information
#A0EEE1 (or 0xA0EEE1) is known color: Ice Cold. HEX triplet: A0, EE and E1. RGB value is (160,238,225). Sum of RGB (Red+Green+Blue) = 160+238+225=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEE1 is #5F111E. Grayscale: #D5D5D5. Windows color (decimal): -6230303 or 14806688. OLE color: 14806688.
HSL color Cylindrical-coordinate representation of color #A0EEE1: hue angle of 170º 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 #A0EEE1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 225 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.07 |
| HSL | 170º | 0.7% | 0.78% | - |
| HSV(B) | 170º | 0.33% | 0.93% | - |
| XYZ | 58.66 | 74.06 | 82.44 | - |
| YUV | 213.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 225 | 0.33 | 0 | 0.05 | 0.07 | 170 | 0.7 | 0.78 |
| Hex | A0 | EE | E1 | 21 | 0 | 5 | 7 | AA | 46 | 4E |
| Octal | 240 | 356 | 341 | 41 | 0 | 5 | 7 | 252 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11100001 | 100001 | 0 | 101 | 111 | 10101010 | 1000110 | 1001110 |
Color Harmonies of #A0EEE1
Complementary color
Monochromatic Colors of #A0EEE1
Black with #A0EEE1
Text Example
Text Example
White with #A0EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEE1; }
p { color: rgb(160,238,225); }
H1.HeaderClassName
{
color: #A0EEE1;
}
.AnyTagClassName
{
color: #A0EEE1;
}
</style>
background-color css
<style>
a { background-color: #A0EEE1; }
a { background-color: rgb(160,238,225); }
div.DivClassName
{
background-color: #A0EEE1;
}
.BgClassName
{
background-color: #A0EEE1;
}
</style>
border-color css
<style>
span { border-color: #A0EEE1; }
span { border-color: rgb(160,238,225); }
td.TdClassName
{
border-color: #A0EEE1;
}
.TagClassName
{
border-color: #A0EEE1;
}
</style>