Shades of Ice Cold #AAE8D9
Tints of Ice Cold #AAE8D9
RGB
CMYK
RGB Variations
Color information
#AAE8D9 (or 0xAAE8D9) is known color: Ice Cold. HEX triplet: AA, E8 and D9. RGB value is (170,232,217). Sum of RGB (Red+Green+Blue) = 170+232+217=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D9 is #551726. Grayscale: #D3D3D3. Windows color (decimal): -5576487 or 14280874. OLE color: 14280874.
HSL color Cylindrical-coordinate representation of color #AAE8D9: hue angle of 165.48º 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 #AAE8D9 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 217 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.09 |
| HSL | 165.48º | 0.57% | 0.79% | - |
| HSV(B) | 165.48º | 0.27% | 0.91% | - |
| XYZ | 57.96 | 71.27 | 76.35 | - |
| YUV | 211.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 217 | 0.27 | 0 | 0.06 | 0.09 | 165.48 | 0.57 | 0.79 |
| Hex | AA | E8 | D9 | 1B | 0 | 6 | 9 | A5 | 39 | 4F |
| Octal | 252 | 350 | 331 | 33 | 0 | 6 | 11 | 245 | 71 | 117 |
| Binary | 10101010 | 11101000 | 11011001 | 11011 | 0 | 110 | 1001 | 10100101 | 111001 | 1001111 |
Color Harmonies of #AAE8D9
Complementary color
Monochromatic Colors of #AAE8D9
Black with #AAE8D9
Text Example
Text Example
White with #AAE8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8D9; }
p { color: rgb(170,232,217); }
H1.HeaderClassName
{
color: #AAE8D9;
}
.AnyTagClassName
{
color: #AAE8D9;
}
</style>
background-color css
<style>
a { background-color: #AAE8D9; }
a { background-color: rgb(170,232,217); }
div.DivClassName
{
background-color: #AAE8D9;
}
.BgClassName
{
background-color: #AAE8D9;
}
</style>
border-color css
<style>
span { border-color: #AAE8D9; }
span { border-color: rgb(170,232,217); }
td.TdClassName
{
border-color: #AAE8D9;
}
.TagClassName
{
border-color: #AAE8D9;
}
</style>