Shades of Ice Cold #AAE9D4
Tints of Ice Cold #AAE9D4
RGB
CMYK
RGB Variations
Color information
#AAE9D4 (or 0xAAE9D4) is known color: Ice Cold. HEX triplet: AA, E9 and D4. RGB value is (170,233,212). Sum of RGB (Red+Green+Blue) = 170+233+212=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9D4 is #55162B. Grayscale: #D3D3D3. Windows color (decimal): -5576236 or 13953450. OLE color: 13953450.
HSL color Cylindrical-coordinate representation of color #AAE9D4: hue angle of 160º 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 #AAE9D4 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 212 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.09 |
| HSL | 160º | 0.59% | 0.79% | - |
| HSV(B) | 160º | 0.27% | 0.91% | - |
| XYZ | 57.6 | 71.58 | 73.07 | - |
| YUV | 211.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 212 | 0.27 | 0 | 0.09 | 0.09 | 160 | 0.59 | 0.79 |
| Hex | AA | E9 | D4 | 1B | 0 | 9 | 9 | A0 | 3B | 4F |
| Octal | 252 | 351 | 324 | 33 | 0 | 11 | 11 | 240 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11010100 | 11011 | 0 | 1001 | 1001 | 10100000 | 111011 | 1001111 |
Color Harmonies of #AAE9D4
Complementary color
Monochromatic Colors of #AAE9D4
Black with #AAE9D4
Text Example
Text Example
White with #AAE9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9D4; }
p { color: rgb(170,233,212); }
H1.HeaderClassName
{
color: #AAE9D4;
}
.AnyTagClassName
{
color: #AAE9D4;
}
</style>
background-color css
<style>
a { background-color: #AAE9D4; }
a { background-color: rgb(170,233,212); }
div.DivClassName
{
background-color: #AAE9D4;
}
.BgClassName
{
background-color: #AAE9D4;
}
</style>
border-color css
<style>
span { border-color: #AAE9D4; }
span { border-color: rgb(170,233,212); }
td.TdClassName
{
border-color: #AAE9D4;
}
.TagClassName
{
border-color: #AAE9D4;
}
</style>