Shades of Ice Cold #AAE2CE
Tints of Ice Cold #AAE2CE
RGB
CMYK
RGB Variations
Color information
#AAE2CE (or 0xAAE2CE) is known color: Ice Cold. HEX triplet: AA, E2 and CE. RGB value is (170,226,206). Sum of RGB (Red+Green+Blue) = 170+226+206=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2CE is #551D31. Grayscale: #CFCFCF. Windows color (decimal): -5578034 or 13558442. OLE color: 13558442.
HSL color Cylindrical-coordinate representation of color #AAE2CE: hue angle of 158.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2CE is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 206 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.11 |
| HSL | 158.57º | 0.49% | 0.78% | - |
| HSV(B) | 158.57º | 0.25% | 0.89% | - |
| XYZ | 54.91 | 67.4 | 68.51 | - |
| YUV | 206.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 206 | 0.25 | 0 | 0.09 | 0.11 | 158.57 | 0.49 | 0.78 |
| Hex | AA | E2 | CE | 19 | 0 | 9 | B | 9F | 31 | 4E |
| Octal | 252 | 342 | 316 | 31 | 0 | 11 | 13 | 237 | 61 | 116 |
| Binary | 10101010 | 11100010 | 11001110 | 11001 | 0 | 1001 | 1011 | 10011111 | 110001 | 1001110 |
Color Harmonies of #AAE2CE
Complementary color
Monochromatic Colors of #AAE2CE
Black with #AAE2CE
Text Example
Text Example
White with #AAE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2CE; }
p { color: rgb(170,226,206); }
H1.HeaderClassName
{
color: #AAE2CE;
}
.AnyTagClassName
{
color: #AAE2CE;
}
</style>
background-color css
<style>
a { background-color: #AAE2CE; }
a { background-color: rgb(170,226,206); }
div.DivClassName
{
background-color: #AAE2CE;
}
.BgClassName
{
background-color: #AAE2CE;
}
</style>
border-color css
<style>
span { border-color: #AAE2CE; }
span { border-color: rgb(170,226,206); }
td.TdClassName
{
border-color: #AAE2CE;
}
.TagClassName
{
border-color: #AAE2CE;
}
</style>