Shades of Ice Cold #A2E7DD
Tints of Ice Cold #A2E7DD
RGB
CMYK
RGB Variations
Color information
#A2E7DD (or 0xA2E7DD) is known color: Ice Cold. HEX triplet: A2, E7 and DD. RGB value is (162,231,221). Sum of RGB (Red+Green+Blue) = 162+231+221=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E7DD is #5D1822. Grayscale: #D1D1D1. Windows color (decimal): -6101027 or 14542754. OLE color: 14542754.
HSL color Cylindrical-coordinate representation of color #A2E7DD: hue angle of 171.3º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E7DD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 221 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.09 |
| HSL | 171.3º | 0.59% | 0.77% | - |
| HSV(B) | 171.3º | 0.3% | 0.91% | - |
| XYZ | 56.53 | 70.05 | 78.95 | - |
| YUV | 209.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 221 | 0.30 | 0 | 0.04 | 0.09 | 171.3 | 0.59 | 0.77 |
| Hex | A2 | E7 | DD | 1E | 0 | 4 | 9 | AB | 3B | 4D |
| Octal | 242 | 347 | 335 | 36 | 0 | 4 | 11 | 253 | 73 | 115 |
| Binary | 10100010 | 11100111 | 11011101 | 11110 | 0 | 100 | 1001 | 10101011 | 111011 | 1001101 |
Color Harmonies of #A2E7DD
Complementary color
Monochromatic Colors of #A2E7DD
Black with #A2E7DD
Text Example
Text Example
White with #A2E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7DD; }
p { color: rgb(162,231,221); }
H1.HeaderClassName
{
color: #A2E7DD;
}
.AnyTagClassName
{
color: #A2E7DD;
}
</style>
background-color css
<style>
a { background-color: #A2E7DD; }
a { background-color: rgb(162,231,221); }
div.DivClassName
{
background-color: #A2E7DD;
}
.BgClassName
{
background-color: #A2E7DD;
}
</style>
border-color css
<style>
span { border-color: #A2E7DD; }
span { border-color: rgb(162,231,221); }
td.TdClassName
{
border-color: #A2E7DD;
}
.TagClassName
{
border-color: #A2E7DD;
}
</style>