Shades of Ice Cold #AAE9DB
Tints of Ice Cold #AAE9DB
RGB
CMYK
RGB Variations
Color information
#AAE9DB (or 0xAAE9DB) is known color: Ice Cold. HEX triplet: AA, E9 and DB. RGB value is (170,233,219). Sum of RGB (Red+Green+Blue) = 170+233+219=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9DB is #551624. Grayscale: #D4D4D4. Windows color (decimal): -5576229 or 14412202. OLE color: 14412202.
HSL color Cylindrical-coordinate representation of color #AAE9DB: hue angle of 166.67º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9DB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 219 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.09 |
| HSL | 166.67º | 0.59% | 0.79% | - |
| HSV(B) | 166.67º | 0.27% | 0.91% | - |
| XYZ | 58.5 | 71.94 | 77.82 | - |
| YUV | 212.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 219 | 0.27 | 0 | 0.06 | 0.09 | 166.67 | 0.59 | 0.79 |
| Hex | AA | E9 | DB | 1B | 0 | 6 | 9 | A7 | 3B | 4F |
| Octal | 252 | 351 | 333 | 33 | 0 | 6 | 11 | 247 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11011011 | 11011 | 0 | 110 | 1001 | 10100111 | 111011 | 1001111 |
Color Harmonies of #AAE9DB
Complementary color
Monochromatic Colors of #AAE9DB
Black with #AAE9DB
Text Example
Text Example
White with #AAE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9DB; }
p { color: rgb(170,233,219); }
H1.HeaderClassName
{
color: #AAE9DB;
}
.AnyTagClassName
{
color: #AAE9DB;
}
</style>
background-color css
<style>
a { background-color: #AAE9DB; }
a { background-color: rgb(170,233,219); }
div.DivClassName
{
background-color: #AAE9DB;
}
.BgClassName
{
background-color: #AAE9DB;
}
</style>
border-color css
<style>
span { border-color: #AAE9DB; }
span { border-color: rgb(170,233,219); }
td.TdClassName
{
border-color: #AAE9DB;
}
.TagClassName
{
border-color: #AAE9DB;
}
</style>