Shades of Ice Cold #AAE4DB
Tints of Ice Cold #AAE4DB
RGB
CMYK
RGB Variations
Color information
#AAE4DB (or 0xAAE4DB) is known color: Ice Cold. HEX triplet: AA, E4 and DB. RGB value is (170,228,219). Sum of RGB (Red+Green+Blue) = 170+228+219=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4DB is #551B24. Grayscale: #D1D1D1. Windows color (decimal): -5577509 or 14410922. OLE color: 14410922.
HSL color Cylindrical-coordinate representation of color #AAE4DB: hue angle of 170.69º 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 #AAE4DB is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 219 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.11 |
| HSL | 170.69º | 0.52% | 0.78% | - |
| HSV(B) | 170.69º | 0.25% | 0.89% | - |
| XYZ | 57.11 | 69.15 | 77.35 | - |
| YUV | 209.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 219 | 0.25 | 0 | 0.04 | 0.11 | 170.69 | 0.52 | 0.78 |
| Hex | AA | E4 | DB | 19 | 0 | 4 | B | AB | 34 | 4E |
| Octal | 252 | 344 | 333 | 31 | 0 | 4 | 13 | 253 | 64 | 116 |
| Binary | 10101010 | 11100100 | 11011011 | 11001 | 0 | 100 | 1011 | 10101011 | 110100 | 1001110 |
Color Harmonies of #AAE4DB
Complementary color
Monochromatic Colors of #AAE4DB
Black with #AAE4DB
Text Example
Text Example
White with #AAE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4DB; }
p { color: rgb(170,228,219); }
H1.HeaderClassName
{
color: #AAE4DB;
}
.AnyTagClassName
{
color: #AAE4DB;
}
</style>
background-color css
<style>
a { background-color: #AAE4DB; }
a { background-color: rgb(170,228,219); }
div.DivClassName
{
background-color: #AAE4DB;
}
.BgClassName
{
background-color: #AAE4DB;
}
</style>
border-color css
<style>
span { border-color: #AAE4DB; }
span { border-color: rgb(170,228,219); }
td.TdClassName
{
border-color: #AAE4DB;
}
.TagClassName
{
border-color: #AAE4DB;
}
</style>