Shades of Ice Cold #AAE5DD
Tints of Ice Cold #AAE5DD
RGB
CMYK
RGB Variations
Color information
#AAE5DD (or 0xAAE5DD) is known color: Ice Cold. HEX triplet: AA, E5 and DD. RGB value is (170,229,221). Sum of RGB (Red+Green+Blue) = 170+229+221=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5DD is #551A22. Grayscale: #D2D2D2. Windows color (decimal): -5577251 or 14542250. OLE color: 14542250.
HSL color Cylindrical-coordinate representation of color #AAE5DD: hue angle of 171.86º 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 #AAE5DD is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 221 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.10 |
| HSL | 171.86º | 0.53% | 0.78% | - |
| HSV(B) | 171.86º | 0.26% | 0.9% | - |
| XYZ | 57.65 | 69.81 | 78.84 | - |
| YUV | 210.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 221 | 0.26 | 0 | 0.03 | 0.10 | 171.86 | 0.53 | 0.78 |
| Hex | AA | E5 | DD | 1A | 0 | 3 | A | AC | 35 | 4E |
| Octal | 252 | 345 | 335 | 32 | 0 | 3 | 12 | 254 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11011101 | 11010 | 0 | 11 | 1010 | 10101100 | 110101 | 1001110 |
Color Harmonies of #AAE5DD
Complementary color
Monochromatic Colors of #AAE5DD
Black with #AAE5DD
Text Example
Text Example
White with #AAE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5DD; }
p { color: rgb(170,229,221); }
H1.HeaderClassName
{
color: #AAE5DD;
}
.AnyTagClassName
{
color: #AAE5DD;
}
</style>
background-color css
<style>
a { background-color: #AAE5DD; }
a { background-color: rgb(170,229,221); }
div.DivClassName
{
background-color: #AAE5DD;
}
.BgClassName
{
background-color: #AAE5DD;
}
</style>
border-color css
<style>
span { border-color: #AAE5DD; }
span { border-color: rgb(170,229,221); }
td.TdClassName
{
border-color: #AAE5DD;
}
.TagClassName
{
border-color: #AAE5DD;
}
</style>