Shades of Ice Cold #AAEAD7
Tints of Ice Cold #AAEAD7
RGB
CMYK
RGB Variations
Color information
#AAEAD7 (or 0xAAEAD7) is known color: Ice Cold. HEX triplet: AA, EA and D7. RGB value is (170,234,215). Sum of RGB (Red+Green+Blue) = 170+234+215=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD7 is #551528. Grayscale: #D4D4D4. Windows color (decimal): -5575977 or 14150314. OLE color: 14150314.
HSL color Cylindrical-coordinate representation of color #AAEAD7: hue angle of 162.19º 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 #AAEAD7 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 215 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.08 |
| HSL | 162.19º | 0.6% | 0.79% | - |
| HSV(B) | 162.19º | 0.27% | 0.92% | - |
| XYZ | 58.27 | 72.3 | 75.17 | - |
| YUV | 212.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 215 | 0.27 | 0 | 0.08 | 0.08 | 162.19 | 0.6 | 0.79 |
| Hex | AA | EA | D7 | 1B | 0 | 8 | 8 | A2 | 3C | 4F |
| Octal | 252 | 352 | 327 | 33 | 0 | 10 | 10 | 242 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11010111 | 11011 | 0 | 1000 | 1000 | 10100010 | 111100 | 1001111 |
Color Harmonies of #AAEAD7
Complementary color
Monochromatic Colors of #AAEAD7
Black with #AAEAD7
Text Example
Text Example
White with #AAEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAD7; }
p { color: rgb(170,234,215); }
H1.HeaderClassName
{
color: #AAEAD7;
}
.AnyTagClassName
{
color: #AAEAD7;
}
</style>
background-color css
<style>
a { background-color: #AAEAD7; }
a { background-color: rgb(170,234,215); }
div.DivClassName
{
background-color: #AAEAD7;
}
.BgClassName
{
background-color: #AAEAD7;
}
</style>
border-color css
<style>
span { border-color: #AAEAD7; }
span { border-color: rgb(170,234,215); }
td.TdClassName
{
border-color: #AAEAD7;
}
.TagClassName
{
border-color: #AAEAD7;
}
</style>