Shades of Ice Cold #AAE6DD
Tints of Ice Cold #AAE6DD
RGB
CMYK
RGB Variations
Color information
#AAE6DD (or 0xAAE6DD) is known color: Ice Cold. HEX triplet: AA, E6 and DD. RGB value is (170,230,221). Sum of RGB (Red+Green+Blue) = 170+230+221=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6DD is #551922. Grayscale: #D3D3D3. Windows color (decimal): -5576995 or 14542506. OLE color: 14542506.
HSL color Cylindrical-coordinate representation of color #AAE6DD: hue angle of 171º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6DD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 221 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.10 |
| HSL | 171º | 0.55% | 0.78% | - |
| HSV(B) | 171º | 0.26% | 0.9% | - |
| XYZ | 57.93 | 70.36 | 78.93 | - |
| YUV | 211.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 221 | 0.26 | 0 | 0.04 | 0.10 | 171 | 0.55 | 0.78 |
| Hex | AA | E6 | DD | 1A | 0 | 4 | A | AB | 37 | 4E |
| Octal | 252 | 346 | 335 | 32 | 0 | 4 | 12 | 253 | 67 | 116 |
| Binary | 10101010 | 11100110 | 11011101 | 11010 | 0 | 100 | 1010 | 10101011 | 110111 | 1001110 |
Color Harmonies of #AAE6DD
Complementary color
Monochromatic Colors of #AAE6DD
Black with #AAE6DD
Text Example
Text Example
White with #AAE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6DD; }
p { color: rgb(170,230,221); }
H1.HeaderClassName
{
color: #AAE6DD;
}
.AnyTagClassName
{
color: #AAE6DD;
}
</style>
background-color css
<style>
a { background-color: #AAE6DD; }
a { background-color: rgb(170,230,221); }
div.DivClassName
{
background-color: #AAE6DD;
}
.BgClassName
{
background-color: #AAE6DD;
}
</style>
border-color css
<style>
span { border-color: #AAE6DD; }
span { border-color: rgb(170,230,221); }
td.TdClassName
{
border-color: #AAE6DD;
}
.TagClassName
{
border-color: #AAE6DD;
}
</style>