Shades of Ice Cold #AAE4DA
Tints of Ice Cold #AAE4DA
RGB
CMYK
RGB Variations
Color information
#AAE4DA (or 0xAAE4DA) is known color: Ice Cold. HEX triplet: AA, E4 and DA. RGB value is (170,228,218). Sum of RGB (Red+Green+Blue) = 170+228+218=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4DA is #551B25. Grayscale: #D1D1D1. Windows color (decimal): -5577510 or 14345386. OLE color: 14345386.
HSL color Cylindrical-coordinate representation of color #AAE4DA: hue angle of 169.66º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4DA is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 218 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.11 |
| HSL | 169.66º | 0.52% | 0.78% | - |
| HSV(B) | 169.66º | 0.25% | 0.89% | - |
| XYZ | 56.98 | 69.09 | 76.66 | - |
| YUV | 209.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 218 | 0.25 | 0 | 0.04 | 0.11 | 169.66 | 0.52 | 0.78 |
| Hex | AA | E4 | DA | 19 | 0 | 4 | B | AA | 34 | 4E |
| Octal | 252 | 344 | 332 | 31 | 0 | 4 | 13 | 252 | 64 | 116 |
| Binary | 10101010 | 11100100 | 11011010 | 11001 | 0 | 100 | 1011 | 10101010 | 110100 | 1001110 |
Color Harmonies of #AAE4DA
Complementary color
Monochromatic Colors of #AAE4DA
Black with #AAE4DA
Text Example
Text Example
White with #AAE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4DA; }
p { color: rgb(170,228,218); }
H1.HeaderClassName
{
color: #AAE4DA;
}
.AnyTagClassName
{
color: #AAE4DA;
}
</style>
background-color css
<style>
a { background-color: #AAE4DA; }
a { background-color: rgb(170,228,218); }
div.DivClassName
{
background-color: #AAE4DA;
}
.BgClassName
{
background-color: #AAE4DA;
}
</style>
border-color css
<style>
span { border-color: #AAE4DA; }
span { border-color: rgb(170,228,218); }
td.TdClassName
{
border-color: #AAE4DA;
}
.TagClassName
{
border-color: #AAE4DA;
}
</style>