Shades of Ice Cold #AAE1D8
Tints of Ice Cold #AAE1D8
RGB
CMYK
RGB Variations
Color information
#AAE1D8 (or 0xAAE1D8) is known color: Ice Cold. HEX triplet: AA, E1 and D8. RGB value is (170,225,216). Sum of RGB (Red+Green+Blue) = 170+225+216=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1D8 is #551E27. Grayscale: #CFCFCF. Windows color (decimal): -5578280 or 14213546. OLE color: 14213546.
HSL color Cylindrical-coordinate representation of color #AAE1D8: hue angle of 170.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1D8 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 216 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.12 |
| HSL | 170.18º | 0.48% | 0.77% | - |
| HSV(B) | 170.18º | 0.24% | 0.88% | - |
| XYZ | 55.9 | 67.35 | 75.02 | - |
| YUV | 207.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 216 | 0.24 | 0 | 0.04 | 0.12 | 170.18 | 0.48 | 0.77 |
| Hex | AA | E1 | D8 | 18 | 0 | 4 | C | AA | 30 | 4D |
| Octal | 252 | 341 | 330 | 30 | 0 | 4 | 14 | 252 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11011000 | 11000 | 0 | 100 | 1100 | 10101010 | 110000 | 1001101 |
Color Harmonies of #AAE1D8
Complementary color
Monochromatic Colors of #AAE1D8
Black with #AAE1D8
Text Example
Text Example
White with #AAE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1D8; }
p { color: rgb(170,225,216); }
H1.HeaderClassName
{
color: #AAE1D8;
}
.AnyTagClassName
{
color: #AAE1D8;
}
</style>
background-color css
<style>
a { background-color: #AAE1D8; }
a { background-color: rgb(170,225,216); }
div.DivClassName
{
background-color: #AAE1D8;
}
.BgClassName
{
background-color: #AAE1D8;
}
</style>
border-color css
<style>
span { border-color: #AAE1D8; }
span { border-color: rgb(170,225,216); }
td.TdClassName
{
border-color: #AAE1D8;
}
.TagClassName
{
border-color: #AAE1D8;
}
</style>