Shades of Ice Cold #AAEAD5
Tints of Ice Cold #AAEAD5
RGB
CMYK
RGB Variations
Color information
#AAEAD5 (or 0xAAEAD5) is known color: Ice Cold. HEX triplet: AA, EA and D5. RGB value is (170,234,213). Sum of RGB (Red+Green+Blue) = 170+234+213=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD5 is #55152A. Grayscale: #D4D4D4. Windows color (decimal): -5575979 or 14019242. OLE color: 14019242.
HSL color Cylindrical-coordinate representation of color #AAEAD5: hue angle of 160.31º 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 #AAEAD5 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 213 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.08 |
| HSL | 160.31º | 0.6% | 0.79% | - |
| HSV(B) | 160.31º | 0.27% | 0.92% | - |
| XYZ | 58.01 | 72.2 | 73.83 | - |
| YUV | 212.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 213 | 0.27 | 0 | 0.09 | 0.08 | 160.31 | 0.6 | 0.79 |
| Hex | AA | EA | D5 | 1B | 0 | 9 | 8 | A0 | 3C | 4F |
| Octal | 252 | 352 | 325 | 33 | 0 | 11 | 10 | 240 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11010101 | 11011 | 0 | 1001 | 1000 | 10100000 | 111100 | 1001111 |
Color Harmonies of #AAEAD5
Complementary color
Monochromatic Colors of #AAEAD5
Black with #AAEAD5
Text Example
Text Example
White with #AAEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAD5; }
p { color: rgb(170,234,213); }
H1.HeaderClassName
{
color: #AAEAD5;
}
.AnyTagClassName
{
color: #AAEAD5;
}
</style>
background-color css
<style>
a { background-color: #AAEAD5; }
a { background-color: rgb(170,234,213); }
div.DivClassName
{
background-color: #AAEAD5;
}
.BgClassName
{
background-color: #AAEAD5;
}
</style>
border-color css
<style>
span { border-color: #AAEAD5; }
span { border-color: rgb(170,234,213); }
td.TdClassName
{
border-color: #AAEAD5;
}
.TagClassName
{
border-color: #AAEAD5;
}
</style>