Shades of Ice Cold #AAEADD
Tints of Ice Cold #AAEADD
RGB
CMYK
RGB Variations
Color information
#AAEADD (or 0xAAEADD) is known color: Ice Cold. HEX triplet: AA, EA and DD. RGB value is (170,234,221). Sum of RGB (Red+Green+Blue) = 170+234+221=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEADD is #551522. Grayscale: #D5D5D5. Windows color (decimal): -5575971 or 14543530. OLE color: 14543530.
HSL color Cylindrical-coordinate representation of color #AAEADD: hue angle of 167.81º 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 #AAEADD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 221 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.08 |
| HSL | 167.81º | 0.6% | 0.79% | - |
| HSV(B) | 167.81º | 0.27% | 0.92% | - |
| XYZ | 59.05 | 72.61 | 79.31 | - |
| YUV | 213.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 221 | 0.27 | 0 | 0.06 | 0.08 | 167.81 | 0.6 | 0.79 |
| Hex | AA | EA | DD | 1B | 0 | 6 | 8 | A8 | 3C | 4F |
| Octal | 252 | 352 | 335 | 33 | 0 | 6 | 10 | 250 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11011101 | 11011 | 0 | 110 | 1000 | 10101000 | 111100 | 1001111 |
Color Harmonies of #AAEADD
Complementary color
Monochromatic Colors of #AAEADD
Black with #AAEADD
Text Example
Text Example
White with #AAEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEADD; }
p { color: rgb(170,234,221); }
H1.HeaderClassName
{
color: #AAEADD;
}
.AnyTagClassName
{
color: #AAEADD;
}
</style>
background-color css
<style>
a { background-color: #AAEADD; }
a { background-color: rgb(170,234,221); }
div.DivClassName
{
background-color: #AAEADD;
}
.BgClassName
{
background-color: #AAEADD;
}
</style>
border-color css
<style>
span { border-color: #AAEADD; }
span { border-color: rgb(170,234,221); }
td.TdClassName
{
border-color: #AAEADD;
}
.TagClassName
{
border-color: #AAEADD;
}
</style>