Shades of Ice Cold #A0EADE
Tints of Ice Cold #A0EADE
RGB
CMYK
RGB Variations
Color information
#A0EADE (or 0xA0EADE) is known color: Ice Cold. HEX triplet: A0, EA and DE. RGB value is (160,234,222). Sum of RGB (Red+Green+Blue) = 160+234+222=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EADE is #5F1521. Grayscale: #D2D2D2. Windows color (decimal): -6231330 or 14609056. OLE color: 14609056.
HSL color Cylindrical-coordinate representation of color #A0EADE: hue angle of 170.27º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EADE is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 222 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.08 |
| HSL | 170.27º | 0.64% | 0.77% | - |
| HSV(B) | 170.27º | 0.32% | 0.92% | - |
| XYZ | 57.1 | 71.59 | 79.92 | - |
| YUV | 210.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 222 | 0.32 | 0 | 0.05 | 0.08 | 170.27 | 0.64 | 0.77 |
| Hex | A0 | EA | DE | 20 | 0 | 5 | 8 | AA | 40 | 4D |
| Octal | 240 | 352 | 336 | 40 | 0 | 5 | 10 | 252 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11011110 | 100000 | 0 | 101 | 1000 | 10101010 | 1000000 | 1001101 |
Color Harmonies of #A0EADE
Complementary color
Monochromatic Colors of #A0EADE
Black with #A0EADE
Text Example
Text Example
White with #A0EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EADE; }
p { color: rgb(160,234,222); }
H1.HeaderClassName
{
color: #A0EADE;
}
.AnyTagClassName
{
color: #A0EADE;
}
</style>
background-color css
<style>
a { background-color: #A0EADE; }
a { background-color: rgb(160,234,222); }
div.DivClassName
{
background-color: #A0EADE;
}
.BgClassName
{
background-color: #A0EADE;
}
</style>
border-color css
<style>
span { border-color: #A0EADE; }
span { border-color: rgb(160,234,222); }
td.TdClassName
{
border-color: #A0EADE;
}
.TagClassName
{
border-color: #A0EADE;
}
</style>