Shades of Ice Cold #AAE7D9
Tints of Ice Cold #AAE7D9
RGB
CMYK
RGB Variations
Color information
#AAE7D9 (or 0xAAE7D9) is known color: Ice Cold. HEX triplet: AA, E7 and D9. RGB value is (170,231,217). Sum of RGB (Red+Green+Blue) = 170+231+217=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7D9 is #551826. Grayscale: #D3D3D3. Windows color (decimal): -5576743 or 14280618. OLE color: 14280618.
HSL color Cylindrical-coordinate representation of color #AAE7D9: hue angle of 166.23º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7D9 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 217 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.09 |
| HSL | 166.23º | 0.56% | 0.79% | - |
| HSV(B) | 166.23º | 0.26% | 0.91% | - |
| XYZ | 57.68 | 70.71 | 76.25 | - |
| YUV | 211.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 217 | 0.26 | 0 | 0.06 | 0.09 | 166.23 | 0.56 | 0.79 |
| Hex | AA | E7 | D9 | 1A | 0 | 6 | 9 | A6 | 38 | 4F |
| Octal | 252 | 347 | 331 | 32 | 0 | 6 | 11 | 246 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11011001 | 11010 | 0 | 110 | 1001 | 10100110 | 111000 | 1001111 |
Color Harmonies of #AAE7D9
Complementary color
Monochromatic Colors of #AAE7D9
Black with #AAE7D9
Text Example
Text Example
White with #AAE7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7D9; }
p { color: rgb(170,231,217); }
H1.HeaderClassName
{
color: #AAE7D9;
}
.AnyTagClassName
{
color: #AAE7D9;
}
</style>
background-color css
<style>
a { background-color: #AAE7D9; }
a { background-color: rgb(170,231,217); }
div.DivClassName
{
background-color: #AAE7D9;
}
.BgClassName
{
background-color: #AAE7D9;
}
</style>
border-color css
<style>
span { border-color: #AAE7D9; }
span { border-color: rgb(170,231,217); }
td.TdClassName
{
border-color: #AAE7D9;
}
.TagClassName
{
border-color: #AAE7D9;
}
</style>