Shades of Ice Cold #AAE5DB
Tints of Ice Cold #AAE5DB
RGB
CMYK
RGB Variations
Color information
#AAE5DB (or 0xAAE5DB) is known color: Ice Cold. HEX triplet: AA, E5 and DB. RGB value is (170,229,219). Sum of RGB (Red+Green+Blue) = 170+229+219=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5DB is #551A24. Grayscale: #D2D2D2. Windows color (decimal): -5577253 or 14411178. OLE color: 14411178.
HSL color Cylindrical-coordinate representation of color #AAE5DB: hue angle of 169.83º 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 #AAE5DB is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 219 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.10 |
| HSL | 169.83º | 0.53% | 0.78% | - |
| HSV(B) | 169.83º | 0.26% | 0.9% | - |
| XYZ | 57.38 | 69.7 | 77.45 | - |
| YUV | 210.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 219 | 0.26 | 0 | 0.04 | 0.10 | 169.83 | 0.53 | 0.78 |
| Hex | AA | E5 | DB | 1A | 0 | 4 | A | AA | 35 | 4E |
| Octal | 252 | 345 | 333 | 32 | 0 | 4 | 12 | 252 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11011011 | 11010 | 0 | 100 | 1010 | 10101010 | 110101 | 1001110 |
Color Harmonies of #AAE5DB
Complementary color
Monochromatic Colors of #AAE5DB
Black with #AAE5DB
Text Example
Text Example
White with #AAE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5DB; }
p { color: rgb(170,229,219); }
H1.HeaderClassName
{
color: #AAE5DB;
}
.AnyTagClassName
{
color: #AAE5DB;
}
</style>
background-color css
<style>
a { background-color: #AAE5DB; }
a { background-color: rgb(170,229,219); }
div.DivClassName
{
background-color: #AAE5DB;
}
.BgClassName
{
background-color: #AAE5DB;
}
</style>
border-color css
<style>
span { border-color: #AAE5DB; }
span { border-color: rgb(170,229,219); }
td.TdClassName
{
border-color: #AAE5DB;
}
.TagClassName
{
border-color: #AAE5DB;
}
</style>