Shades of Ice Cold #AAEAD6
Tints of Ice Cold #AAEAD6
RGB
CMYK
RGB Variations
Color information
#AAEAD6 (or 0xAAEAD6) is known color: Ice Cold. HEX triplet: AA, EA and D6. RGB value is (170,234,214). Sum of RGB (Red+Green+Blue) = 170+234+214=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD6 is #551529. Grayscale: #D4D4D4. Windows color (decimal): -5575978 or 14084778. OLE color: 14084778.
HSL color Cylindrical-coordinate representation of color #AAEAD6: hue angle of 161.25º 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 #AAEAD6 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 214 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.08 |
| HSL | 161.25º | 0.6% | 0.79% | - |
| HSV(B) | 161.25º | 0.27% | 0.92% | - |
| XYZ | 58.14 | 72.25 | 74.5 | - |
| YUV | 212.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 214 | 0.27 | 0 | 0.09 | 0.08 | 161.25 | 0.6 | 0.79 |
| Hex | AA | EA | D6 | 1B | 0 | 9 | 8 | A1 | 3C | 4F |
| Octal | 252 | 352 | 326 | 33 | 0 | 11 | 10 | 241 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11010110 | 11011 | 0 | 1001 | 1000 | 10100001 | 111100 | 1001111 |
Color Harmonies of #AAEAD6
Complementary color
Monochromatic Colors of #AAEAD6
Black with #AAEAD6
Text Example
Text Example
White with #AAEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAD6; }
p { color: rgb(170,234,214); }
H1.HeaderClassName
{
color: #AAEAD6;
}
.AnyTagClassName
{
color: #AAEAD6;
}
</style>
background-color css
<style>
a { background-color: #AAEAD6; }
a { background-color: rgb(170,234,214); }
div.DivClassName
{
background-color: #AAEAD6;
}
.BgClassName
{
background-color: #AAEAD6;
}
</style>
border-color css
<style>
span { border-color: #AAEAD6; }
span { border-color: rgb(170,234,214); }
td.TdClassName
{
border-color: #AAEAD6;
}
.TagClassName
{
border-color: #AAEAD6;
}
</style>