Shades of Ice Cold #AAE8D4
Tints of Ice Cold #AAE8D4
RGB
CMYK
RGB Variations
Color information
#AAE8D4 (or 0xAAE8D4) is known color: Ice Cold. HEX triplet: AA, E8 and D4. RGB value is (170,232,212). Sum of RGB (Red+Green+Blue) = 170+232+212=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D4 is #55172B. Grayscale: #D3D3D3. Windows color (decimal): -5576492 or 13953194. OLE color: 13953194.
HSL color Cylindrical-coordinate representation of color #AAE8D4: hue angle of 160.65º 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 #AAE8D4 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 212 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.09 |
| HSL | 160.65º | 0.57% | 0.79% | - |
| HSV(B) | 160.65º | 0.27% | 0.91% | - |
| XYZ | 57.32 | 71.01 | 72.97 | - |
| YUV | 211.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 212 | 0.27 | 0 | 0.09 | 0.09 | 160.65 | 0.57 | 0.79 |
| Hex | AA | E8 | D4 | 1B | 0 | 9 | 9 | A1 | 39 | 4F |
| Octal | 252 | 350 | 324 | 33 | 0 | 11 | 11 | 241 | 71 | 117 |
| Binary | 10101010 | 11101000 | 11010100 | 11011 | 0 | 1001 | 1001 | 10100001 | 111001 | 1001111 |
Color Harmonies of #AAE8D4
Complementary color
Monochromatic Colors of #AAE8D4
Black with #AAE8D4
Text Example
Text Example
White with #AAE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8D4; }
p { color: rgb(170,232,212); }
H1.HeaderClassName
{
color: #AAE8D4;
}
.AnyTagClassName
{
color: #AAE8D4;
}
</style>
background-color css
<style>
a { background-color: #AAE8D4; }
a { background-color: rgb(170,232,212); }
div.DivClassName
{
background-color: #AAE8D4;
}
.BgClassName
{
background-color: #AAE8D4;
}
</style>
border-color css
<style>
span { border-color: #AAE8D4; }
span { border-color: rgb(170,232,212); }
td.TdClassName
{
border-color: #AAE8D4;
}
.TagClassName
{
border-color: #AAE8D4;
}
</style>