Shades of Ice Cold #AAE7D6
Tints of Ice Cold #AAE7D6
RGB
CMYK
RGB Variations
Color information
#AAE7D6 (or 0xAAE7D6) is known color: Ice Cold. HEX triplet: AA, E7 and D6. RGB value is (170,231,214). Sum of RGB (Red+Green+Blue) = 170+231+214=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7D6 is #551829. Grayscale: #D2D2D2. Windows color (decimal): -5576746 or 14084010. OLE color: 14084010.
HSL color Cylindrical-coordinate representation of color #AAE7D6: hue angle of 163.28º 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 #AAE7D6 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 214 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.09 |
| HSL | 163.28º | 0.56% | 0.79% | - |
| HSV(B) | 163.28º | 0.26% | 0.91% | - |
| XYZ | 57.29 | 70.55 | 74.22 | - |
| YUV | 210.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 214 | 0.26 | 0 | 0.07 | 0.09 | 163.28 | 0.56 | 0.79 |
| Hex | AA | E7 | D6 | 1A | 0 | 7 | 9 | A3 | 38 | 4F |
| Octal | 252 | 347 | 326 | 32 | 0 | 7 | 11 | 243 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11010110 | 11010 | 0 | 111 | 1001 | 10100011 | 111000 | 1001111 |
Color Harmonies of #AAE7D6
Complementary color
Monochromatic Colors of #AAE7D6
Black with #AAE7D6
Text Example
Text Example
White with #AAE7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7D6; }
p { color: rgb(170,231,214); }
H1.HeaderClassName
{
color: #AAE7D6;
}
.AnyTagClassName
{
color: #AAE7D6;
}
</style>
background-color css
<style>
a { background-color: #AAE7D6; }
a { background-color: rgb(170,231,214); }
div.DivClassName
{
background-color: #AAE7D6;
}
.BgClassName
{
background-color: #AAE7D6;
}
</style>
border-color css
<style>
span { border-color: #AAE7D6; }
span { border-color: rgb(170,231,214); }
td.TdClassName
{
border-color: #AAE7D6;
}
.TagClassName
{
border-color: #AAE7D6;
}
</style>