Shades of Ice Cold #AAE2DD
Tints of Ice Cold #AAE2DD
RGB
CMYK
RGB Variations
Color information
#AAE2DD (or 0xAAE2DD) is known color: Ice Cold. HEX triplet: AA, E2 and DD. RGB value is (170,226,221). Sum of RGB (Red+Green+Blue) = 170+226+221=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2DD is #551D22. Grayscale: #D0D0D0. Windows color (decimal): -5578019 or 14541482. OLE color: 14541482.
HSL color Cylindrical-coordinate representation of color #AAE2DD: hue angle of 174.64º 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 #AAE2DD is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 221 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.11 |
| HSL | 174.64º | 0.49% | 0.78% | - |
| HSV(B) | 174.64º | 0.25% | 0.89% | - |
| XYZ | 56.83 | 68.16 | 78.57 | - |
| YUV | 208.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 221 | 0.25 | 0 | 0.02 | 0.11 | 174.64 | 0.49 | 0.78 |
| Hex | AA | E2 | DD | 19 | 0 | 2 | B | AF | 31 | 4E |
| Octal | 252 | 342 | 335 | 31 | 0 | 2 | 13 | 257 | 61 | 116 |
| Binary | 10101010 | 11100010 | 11011101 | 11001 | 0 | 10 | 1011 | 10101111 | 110001 | 1001110 |
Color Harmonies of #AAE2DD
Complementary color
Monochromatic Colors of #AAE2DD
Black with #AAE2DD
Text Example
Text Example
White with #AAE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2DD; }
p { color: rgb(170,226,221); }
H1.HeaderClassName
{
color: #AAE2DD;
}
.AnyTagClassName
{
color: #AAE2DD;
}
</style>
background-color css
<style>
a { background-color: #AAE2DD; }
a { background-color: rgb(170,226,221); }
div.DivClassName
{
background-color: #AAE2DD;
}
.BgClassName
{
background-color: #AAE2DD;
}
</style>
border-color css
<style>
span { border-color: #AAE2DD; }
span { border-color: rgb(170,226,221); }
td.TdClassName
{
border-color: #AAE2DD;
}
.TagClassName
{
border-color: #AAE2DD;
}
</style>