Shades of Ice Cold #AAE8D7
Tints of Ice Cold #AAE8D7
RGB
CMYK
RGB Variations
Color information
#AAE8D7 (or 0xAAE8D7) is known color: Ice Cold. HEX triplet: AA, E8 and D7. RGB value is (170,232,215). Sum of RGB (Red+Green+Blue) = 170+232+215=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D7 is #551728. Grayscale: #D3D3D3. Windows color (decimal): -5576489 or 14149802. OLE color: 14149802.
HSL color Cylindrical-coordinate representation of color #AAE8D7: hue angle of 163.55º degrees, saturation: 0.57, 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 #AAE8D7 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 215 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.09 |
| HSL | 163.55º | 0.57% | 0.79% | - |
| HSV(B) | 163.55º | 0.27% | 0.91% | - |
| XYZ | 57.7 | 71.17 | 74.99 | - |
| YUV | 211.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 215 | 0.27 | 0 | 0.07 | 0.09 | 163.55 | 0.57 | 0.79 |
| Hex | AA | E8 | D7 | 1B | 0 | 7 | 9 | A4 | 39 | 4F |
| Octal | 252 | 350 | 327 | 33 | 0 | 7 | 11 | 244 | 71 | 117 |
| Binary | 10101010 | 11101000 | 11010111 | 11011 | 0 | 111 | 1001 | 10100100 | 111001 | 1001111 |
Color Harmonies of #AAE8D7
Complementary color
Monochromatic Colors of #AAE8D7
Black with #AAE8D7
Text Example
Text Example
White with #AAE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8D7; }
p { color: rgb(170,232,215); }
H1.HeaderClassName
{
color: #AAE8D7;
}
.AnyTagClassName
{
color: #AAE8D7;
}
</style>
background-color css
<style>
a { background-color: #AAE8D7; }
a { background-color: rgb(170,232,215); }
div.DivClassName
{
background-color: #AAE8D7;
}
.BgClassName
{
background-color: #AAE8D7;
}
</style>
border-color css
<style>
span { border-color: #AAE8D7; }
span { border-color: rgb(170,232,215); }
td.TdClassName
{
border-color: #AAE8D7;
}
.TagClassName
{
border-color: #AAE8D7;
}
</style>