Shades of Ice Cold #AAE0D0
Tints of Ice Cold #AAE0D0
RGB
CMYK
RGB Variations
Color information
#AAE0D0 (or 0xAAE0D0) is known color: Ice Cold. HEX triplet: AA, E0 and D0. RGB value is (170,224,208). Sum of RGB (Red+Green+Blue) = 170+224+208=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0D0 is #551F2F. Grayscale: #CECECE. Windows color (decimal): -5578544 or 13689002. OLE color: 13689002.
HSL color Cylindrical-coordinate representation of color #AAE0D0: hue angle of 162.22º degrees, saturation: 0.47, 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 #AAE0D0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 208 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.12 |
| HSL | 162.22º | 0.47% | 0.77% | - |
| HSV(B) | 162.22º | 0.24% | 0.88% | - |
| XYZ | 54.62 | 66.41 | 69.61 | - |
| YUV | 206.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 208 | 0.24 | 0 | 0.07 | 0.12 | 162.22 | 0.47 | 0.77 |
| Hex | AA | E0 | D0 | 18 | 0 | 7 | C | A2 | 2F | 4D |
| Octal | 252 | 340 | 320 | 30 | 0 | 7 | 14 | 242 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11010000 | 11000 | 0 | 111 | 1100 | 10100010 | 101111 | 1001101 |
Color Harmonies of #AAE0D0
Complementary color
Monochromatic Colors of #AAE0D0
Black with #AAE0D0
Text Example
Text Example
White with #AAE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0D0; }
p { color: rgb(170,224,208); }
H1.HeaderClassName
{
color: #AAE0D0;
}
.AnyTagClassName
{
color: #AAE0D0;
}
</style>
background-color css
<style>
a { background-color: #AAE0D0; }
a { background-color: rgb(170,224,208); }
div.DivClassName
{
background-color: #AAE0D0;
}
.BgClassName
{
background-color: #AAE0D0;
}
</style>
border-color css
<style>
span { border-color: #AAE0D0; }
span { border-color: rgb(170,224,208); }
td.TdClassName
{
border-color: #AAE0D0;
}
.TagClassName
{
border-color: #AAE0D0;
}
</style>