Shades of Ice Cold #AAE0D5
Tints of Ice Cold #AAE0D5
RGB
CMYK
RGB Variations
Color information
#AAE0D5 (or 0xAAE0D5) is known color: Ice Cold. HEX triplet: AA, E0 and D5. RGB value is (170,224,213). Sum of RGB (Red+Green+Blue) = 170+224+213=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0D5 is #551F2A. Grayscale: #CECECE. Windows color (decimal): -5578539 or 14016682. OLE color: 14016682.
HSL color Cylindrical-coordinate representation of color #AAE0D5: hue angle of 167.78º 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 #AAE0D5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 213 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.12 |
| HSL | 167.78º | 0.47% | 0.77% | - |
| HSV(B) | 167.78º | 0.24% | 0.88% | - |
| XYZ | 55.24 | 66.66 | 72.91 | - |
| YUV | 206.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 213 | 0.24 | 0 | 0.05 | 0.12 | 167.78 | 0.47 | 0.77 |
| Hex | AA | E0 | D5 | 18 | 0 | 5 | C | A8 | 2F | 4D |
| Octal | 252 | 340 | 325 | 30 | 0 | 5 | 14 | 250 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11010101 | 11000 | 0 | 101 | 1100 | 10101000 | 101111 | 1001101 |
Color Harmonies of #AAE0D5
Complementary color
Monochromatic Colors of #AAE0D5
Black with #AAE0D5
Text Example
Text Example
White with #AAE0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0D5; }
p { color: rgb(170,224,213); }
H1.HeaderClassName
{
color: #AAE0D5;
}
.AnyTagClassName
{
color: #AAE0D5;
}
</style>
background-color css
<style>
a { background-color: #AAE0D5; }
a { background-color: rgb(170,224,213); }
div.DivClassName
{
background-color: #AAE0D5;
}
.BgClassName
{
background-color: #AAE0D5;
}
</style>
border-color css
<style>
span { border-color: #AAE0D5; }
span { border-color: rgb(170,224,213); }
td.TdClassName
{
border-color: #AAE0D5;
}
.TagClassName
{
border-color: #AAE0D5;
}
</style>