Shades of Ice Cold #A0E5DE
Tints of Ice Cold #A0E5DE
RGB
CMYK
RGB Variations
Color information
#A0E5DE (or 0xA0E5DE) is known color: Ice Cold. HEX triplet: A0, E5 and DE. RGB value is (160,229,222). Sum of RGB (Red+Green+Blue) = 160+229+222=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5DE is #5F1A21. Grayscale: #CFCFCF. Windows color (decimal): -6232610 or 14607776. OLE color: 14607776.
HSL color Cylindrical-coordinate representation of color #A0E5DE: hue angle of 173.91º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5DE is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 222 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.10 |
| HSL | 173.91º | 0.57% | 0.76% | - |
| HSV(B) | 173.91º | 0.3% | 0.9% | - |
| XYZ | 55.7 | 68.79 | 79.45 | - |
| YUV | 207.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 222 | 0.30 | 0 | 0.03 | 0.10 | 173.91 | 0.57 | 0.76 |
| Hex | A0 | E5 | DE | 1E | 0 | 3 | A | AE | 39 | 4C |
| Octal | 240 | 345 | 336 | 36 | 0 | 3 | 12 | 256 | 71 | 114 |
| Binary | 10100000 | 11100101 | 11011110 | 11110 | 0 | 11 | 1010 | 10101110 | 111001 | 1001100 |
Color Harmonies of #A0E5DE
Complementary color
Monochromatic Colors of #A0E5DE
Black with #A0E5DE
Text Example
Text Example
White with #A0E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E5DE; }
p { color: rgb(160,229,222); }
H1.HeaderClassName
{
color: #A0E5DE;
}
.AnyTagClassName
{
color: #A0E5DE;
}
</style>
background-color css
<style>
a { background-color: #A0E5DE; }
a { background-color: rgb(160,229,222); }
div.DivClassName
{
background-color: #A0E5DE;
}
.BgClassName
{
background-color: #A0E5DE;
}
</style>
border-color css
<style>
span { border-color: #A0E5DE; }
span { border-color: rgb(160,229,222); }
td.TdClassName
{
border-color: #A0E5DE;
}
.TagClassName
{
border-color: #A0E5DE;
}
</style>