Shades of Ice Cold #AAE1DB
Tints of Ice Cold #AAE1DB
RGB
CMYK
RGB Variations
Color information
#AAE1DB (or 0xAAE1DB) is known color: Ice Cold. HEX triplet: AA, E1 and DB. RGB value is (170,225,219). Sum of RGB (Red+Green+Blue) = 170+225+219=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1DB is #551E24. Grayscale: #CFCFCF. Windows color (decimal): -5578277 or 14410154. OLE color: 14410154.
HSL color Cylindrical-coordinate representation of color #AAE1DB: hue angle of 173.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1DB is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 219 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.12 |
| HSL | 173.45º | 0.48% | 0.77% | - |
| HSV(B) | 173.45º | 0.24% | 0.88% | - |
| XYZ | 56.29 | 67.51 | 77.08 | - |
| YUV | 207.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 219 | 0.24 | 0 | 0.03 | 0.12 | 173.45 | 0.48 | 0.77 |
| Hex | AA | E1 | DB | 18 | 0 | 3 | C | AD | 30 | 4D |
| Octal | 252 | 341 | 333 | 30 | 0 | 3 | 14 | 255 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11011011 | 11000 | 0 | 11 | 1100 | 10101101 | 110000 | 1001101 |
Color Harmonies of #AAE1DB
Complementary color
Monochromatic Colors of #AAE1DB
Black with #AAE1DB
Text Example
Text Example
White with #AAE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1DB; }
p { color: rgb(170,225,219); }
H1.HeaderClassName
{
color: #AAE1DB;
}
.AnyTagClassName
{
color: #AAE1DB;
}
</style>
background-color css
<style>
a { background-color: #AAE1DB; }
a { background-color: rgb(170,225,219); }
div.DivClassName
{
background-color: #AAE1DB;
}
.BgClassName
{
background-color: #AAE1DB;
}
</style>
border-color css
<style>
span { border-color: #AAE1DB; }
span { border-color: rgb(170,225,219); }
td.TdClassName
{
border-color: #AAE1DB;
}
.TagClassName
{
border-color: #AAE1DB;
}
</style>