Shades of Ice Cold #AAE9DE
Tints of Ice Cold #AAE9DE
RGB
CMYK
RGB Variations
Color information
#AAE9DE (or 0xAAE9DE) is known color: Ice Cold. HEX triplet: AA, E9 and DE. RGB value is (170,233,222). Sum of RGB (Red+Green+Blue) = 170+233+222=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9DE is #551621. Grayscale: #D4D4D4. Windows color (decimal): -5576226 or 14608810. OLE color: 14608810.
HSL color Cylindrical-coordinate representation of color #AAE9DE: hue angle of 169.52º 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 #AAE9DE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 222 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.09 |
| HSL | 169.52º | 0.59% | 0.79% | - |
| HSV(B) | 169.52º | 0.27% | 0.91% | - |
| XYZ | 58.9 | 72.1 | 79.92 | - |
| YUV | 212.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 222 | 0.27 | 0 | 0.05 | 0.09 | 169.52 | 0.59 | 0.79 |
| Hex | AA | E9 | DE | 1B | 0 | 5 | 9 | AA | 3B | 4F |
| Octal | 252 | 351 | 336 | 33 | 0 | 5 | 11 | 252 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11011110 | 11011 | 0 | 101 | 1001 | 10101010 | 111011 | 1001111 |
Color Harmonies of #AAE9DE
Complementary color
Monochromatic Colors of #AAE9DE
Black with #AAE9DE
Text Example
Text Example
White with #AAE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9DE; }
p { color: rgb(170,233,222); }
H1.HeaderClassName
{
color: #AAE9DE;
}
.AnyTagClassName
{
color: #AAE9DE;
}
</style>
background-color css
<style>
a { background-color: #AAE9DE; }
a { background-color: rgb(170,233,222); }
div.DivClassName
{
background-color: #AAE9DE;
}
.BgClassName
{
background-color: #AAE9DE;
}
</style>
border-color css
<style>
span { border-color: #AAE9DE; }
span { border-color: rgb(170,233,222); }
td.TdClassName
{
border-color: #AAE9DE;
}
.TagClassName
{
border-color: #AAE9DE;
}
</style>