Shades of Ice Cold #A0E7DE
Tints of Ice Cold #A0E7DE
RGB
CMYK
RGB Variations
Color information
#A0E7DE (or 0xA0E7DE) is known color: Ice Cold. HEX triplet: A0, E7 and DE. RGB value is (160,231,222). Sum of RGB (Red+Green+Blue) = 160+231+222=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7DE is #5F1821. Grayscale: #D0D0D0. Windows color (decimal): -6232098 or 14608288. OLE color: 14608288.
HSL color Cylindrical-coordinate representation of color #A0E7DE: hue angle of 172.39º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7DE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 222 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.09 |
| HSL | 172.39º | 0.6% | 0.77% | - |
| HSV(B) | 172.39º | 0.31% | 0.91% | - |
| XYZ | 56.26 | 69.9 | 79.63 | - |
| YUV | 208.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 222 | 0.31 | 0 | 0.04 | 0.09 | 172.39 | 0.6 | 0.77 |
| Hex | A0 | E7 | DE | 1F | 0 | 4 | 9 | AC | 3C | 4D |
| Octal | 240 | 347 | 336 | 37 | 0 | 4 | 11 | 254 | 74 | 115 |
| Binary | 10100000 | 11100111 | 11011110 | 11111 | 0 | 100 | 1001 | 10101100 | 111100 | 1001101 |
Color Harmonies of #A0E7DE
Complementary color
Monochromatic Colors of #A0E7DE
Black with #A0E7DE
Text Example
Text Example
White with #A0E7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7DE; }
p { color: rgb(160,231,222); }
H1.HeaderClassName
{
color: #A0E7DE;
}
.AnyTagClassName
{
color: #A0E7DE;
}
</style>
background-color css
<style>
a { background-color: #A0E7DE; }
a { background-color: rgb(160,231,222); }
div.DivClassName
{
background-color: #A0E7DE;
}
.BgClassName
{
background-color: #A0E7DE;
}
</style>
border-color css
<style>
span { border-color: #A0E7DE; }
span { border-color: rgb(160,231,222); }
td.TdClassName
{
border-color: #A0E7DE;
}
.TagClassName
{
border-color: #A0E7DE;
}
</style>