Shades of Ice Cold #AAEAD9
Tints of Ice Cold #AAEAD9
RGB
CMYK
RGB Variations
Color information
#AAEAD9 (or 0xAAEAD9) is known color: Ice Cold. HEX triplet: AA, EA and D9. RGB value is (170,234,217). Sum of RGB (Red+Green+Blue) = 170+234+217=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD9 is #551526. Grayscale: #D4D4D4. Windows color (decimal): -5575975 or 14281386. OLE color: 14281386.
HSL color Cylindrical-coordinate representation of color #AAEAD9: hue angle of 164.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAD9 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 217 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.08 |
| HSL | 164.06º | 0.6% | 0.79% | - |
| HSV(B) | 164.06º | 0.27% | 0.92% | - |
| XYZ | 58.52 | 72.4 | 76.54 | - |
| YUV | 212.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 217 | 0.27 | 0 | 0.07 | 0.08 | 164.06 | 0.6 | 0.79 |
| Hex | AA | EA | D9 | 1B | 0 | 7 | 8 | A4 | 3C | 4F |
| Octal | 252 | 352 | 331 | 33 | 0 | 7 | 10 | 244 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11011001 | 11011 | 0 | 111 | 1000 | 10100100 | 111100 | 1001111 |
Color Harmonies of #AAEAD9
Complementary color
Monochromatic Colors of #AAEAD9
Black with #AAEAD9
Text Example
Text Example
White with #AAEAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAD9; }
p { color: rgb(170,234,217); }
H1.HeaderClassName
{
color: #AAEAD9;
}
.AnyTagClassName
{
color: #AAEAD9;
}
</style>
background-color css
<style>
a { background-color: #AAEAD9; }
a { background-color: rgb(170,234,217); }
div.DivClassName
{
background-color: #AAEAD9;
}
.BgClassName
{
background-color: #AAEAD9;
}
</style>
border-color css
<style>
span { border-color: #AAEAD9; }
span { border-color: rgb(170,234,217); }
td.TdClassName
{
border-color: #AAEAD9;
}
.TagClassName
{
border-color: #AAEAD9;
}
</style>