Shades of Ice Cold #AAEBDC
Tints of Ice Cold #AAEBDC
RGB
CMYK
RGB Variations
Color information
#AAEBDC (or 0xAAEBDC) is known color: Ice Cold. HEX triplet: AA, EB and DC. RGB value is (170,235,220). Sum of RGB (Red+Green+Blue) = 170+235+220=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDC is #551423. Grayscale: #D5D5D5. Windows color (decimal): -5575716 or 14478250. OLE color: 14478250.
HSL color Cylindrical-coordinate representation of color #AAEBDC: hue angle of 166.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBDC is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 220 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.08 |
| HSL | 166.15º | 0.62% | 0.79% | - |
| HSV(B) | 166.15º | 0.28% | 0.92% | - |
| XYZ | 59.2 | 73.13 | 78.71 | - |
| YUV | 213.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 220 | 0.28 | 0 | 0.06 | 0.08 | 166.15 | 0.62 | 0.79 |
| Hex | AA | EB | DC | 1C | 0 | 6 | 8 | A6 | 3E | 4F |
| Octal | 252 | 353 | 334 | 34 | 0 | 6 | 10 | 246 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11011100 | 11100 | 0 | 110 | 1000 | 10100110 | 111110 | 1001111 |
Color Harmonies of #AAEBDC
Complementary color
Monochromatic Colors of #AAEBDC
Black with #AAEBDC
Text Example
Text Example
White with #AAEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBDC; }
p { color: rgb(170,235,220); }
H1.HeaderClassName
{
color: #AAEBDC;
}
.AnyTagClassName
{
color: #AAEBDC;
}
</style>
background-color css
<style>
a { background-color: #AAEBDC; }
a { background-color: rgb(170,235,220); }
div.DivClassName
{
background-color: #AAEBDC;
}
.BgClassName
{
background-color: #AAEBDC;
}
</style>
border-color css
<style>
span { border-color: #AAEBDC; }
span { border-color: rgb(170,235,220); }
td.TdClassName
{
border-color: #AAEBDC;
}
.TagClassName
{
border-color: #AAEBDC;
}
</style>