Shades of Ice Cold #AAE1CE
Tints of Ice Cold #AAE1CE
RGB
CMYK
RGB Variations
Color information
#AAE1CE (or 0xAAE1CE) is known color: Ice Cold. HEX triplet: AA, E1 and CE. RGB value is (170,225,206). Sum of RGB (Red+Green+Blue) = 170+225+206=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1CE is #551E31. Grayscale: #CECECE. Windows color (decimal): -5578290 or 13558186. OLE color: 13558186.
HSL color Cylindrical-coordinate representation of color #AAE1CE: hue angle of 159.27º 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 #AAE1CE is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 206 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.12 |
| HSL | 159.27º | 0.48% | 0.77% | - |
| HSV(B) | 159.27º | 0.24% | 0.88% | - |
| XYZ | 54.64 | 66.85 | 68.42 | - |
| YUV | 206.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 206 | 0.24 | 0 | 0.08 | 0.12 | 159.27 | 0.48 | 0.77 |
| Hex | AA | E1 | CE | 18 | 0 | 8 | C | 9F | 30 | 4D |
| Octal | 252 | 341 | 316 | 30 | 0 | 10 | 14 | 237 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11001110 | 11000 | 0 | 1000 | 1100 | 10011111 | 110000 | 1001101 |
Color Harmonies of #AAE1CE
Complementary color
Monochromatic Colors of #AAE1CE
Black with #AAE1CE
Text Example
Text Example
White with #AAE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1CE; }
p { color: rgb(170,225,206); }
H1.HeaderClassName
{
color: #AAE1CE;
}
.AnyTagClassName
{
color: #AAE1CE;
}
</style>
background-color css
<style>
a { background-color: #AAE1CE; }
a { background-color: rgb(170,225,206); }
div.DivClassName
{
background-color: #AAE1CE;
}
.BgClassName
{
background-color: #AAE1CE;
}
</style>
border-color css
<style>
span { border-color: #AAE1CE; }
span { border-color: rgb(170,225,206); }
td.TdClassName
{
border-color: #AAE1CE;
}
.TagClassName
{
border-color: #AAE1CE;
}
</style>