Shades of Ice Cold #AAE5D8
Tints of Ice Cold #AAE5D8
RGB
CMYK
RGB Variations
Color information
#AAE5D8 (or 0xAAE5D8) is known color: Ice Cold. HEX triplet: AA, E5 and D8. RGB value is (170,229,216). Sum of RGB (Red+Green+Blue) = 170+229+216=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5D8 is #551A27. Grayscale: #D1D1D1. Windows color (decimal): -5577256 or 14214570. OLE color: 14214570.
HSL color Cylindrical-coordinate representation of color #AAE5D8: hue angle of 166.78º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5D8 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 216 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.10 |
| HSL | 166.78º | 0.53% | 0.78% | - |
| HSV(B) | 166.78º | 0.26% | 0.9% | - |
| XYZ | 56.99 | 69.54 | 75.39 | - |
| YUV | 209.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 216 | 0.26 | 0 | 0.06 | 0.10 | 166.78 | 0.53 | 0.78 |
| Hex | AA | E5 | D8 | 1A | 0 | 6 | A | A7 | 35 | 4E |
| Octal | 252 | 345 | 330 | 32 | 0 | 6 | 12 | 247 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11011000 | 11010 | 0 | 110 | 1010 | 10100111 | 110101 | 1001110 |
Color Harmonies of #AAE5D8
Complementary color
Monochromatic Colors of #AAE5D8
Black with #AAE5D8
Text Example
Text Example
White with #AAE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5D8; }
p { color: rgb(170,229,216); }
H1.HeaderClassName
{
color: #AAE5D8;
}
.AnyTagClassName
{
color: #AAE5D8;
}
</style>
background-color css
<style>
a { background-color: #AAE5D8; }
a { background-color: rgb(170,229,216); }
div.DivClassName
{
background-color: #AAE5D8;
}
.BgClassName
{
background-color: #AAE5D8;
}
</style>
border-color css
<style>
span { border-color: #AAE5D8; }
span { border-color: rgb(170,229,216); }
td.TdClassName
{
border-color: #AAE5D8;
}
.TagClassName
{
border-color: #AAE5D8;
}
</style>