Shades of Ice Cold #AAEADE
Tints of Ice Cold #AAEADE
RGB
CMYK
RGB Variations
Color information
#AAEADE (or 0xAAEADE) is known color: Ice Cold. HEX triplet: AA, EA and DE. RGB value is (170,234,222). Sum of RGB (Red+Green+Blue) = 170+234+222=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEADE is #551521. Grayscale: #D5D5D5. Windows color (decimal): -5575970 or 14609066. OLE color: 14609066.
HSL color Cylindrical-coordinate representation of color #AAEADE: hue angle of 168.75º 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 #AAEADE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 222 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.08 |
| HSL | 168.75º | 0.6% | 0.79% | - |
| HSV(B) | 168.75º | 0.27% | 0.92% | - |
| XYZ | 59.19 | 72.67 | 80.01 | - |
| YUV | 213.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 222 | 0.27 | 0 | 0.05 | 0.08 | 168.75 | 0.6 | 0.79 |
| Hex | AA | EA | DE | 1B | 0 | 5 | 8 | A9 | 3C | 4F |
| Octal | 252 | 352 | 336 | 33 | 0 | 5 | 10 | 251 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11011110 | 11011 | 0 | 101 | 1000 | 10101001 | 111100 | 1001111 |
Color Harmonies of #AAEADE
Complementary color
Monochromatic Colors of #AAEADE
Black with #AAEADE
Text Example
Text Example
White with #AAEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEADE; }
p { color: rgb(170,234,222); }
H1.HeaderClassName
{
color: #AAEADE;
}
.AnyTagClassName
{
color: #AAEADE;
}
</style>
background-color css
<style>
a { background-color: #AAEADE; }
a { background-color: rgb(170,234,222); }
div.DivClassName
{
background-color: #AAEADE;
}
.BgClassName
{
background-color: #AAEADE;
}
</style>
border-color css
<style>
span { border-color: #AAEADE; }
span { border-color: rgb(170,234,222); }
td.TdClassName
{
border-color: #AAEADE;
}
.TagClassName
{
border-color: #AAEADE;
}
</style>