Shades of Ice Cold #AAEBD9
Tints of Ice Cold #AAEBD9
RGB
CMYK
RGB Variations
Color information
#AAEBD9 (or 0xAAEBD9) is known color: Ice Cold. HEX triplet: AA, EB and D9. RGB value is (170,235,217). Sum of RGB (Red+Green+Blue) = 170+235+217=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD9 is #551426. Grayscale: #D5D5D5. Windows color (decimal): -5575719 or 14281642. OLE color: 14281642.
HSL color Cylindrical-coordinate representation of color #AAEBD9: hue angle of 163.38º 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 #AAEBD9 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 217 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.08 |
| HSL | 163.38º | 0.62% | 0.79% | - |
| HSV(B) | 163.38º | 0.28% | 0.92% | - |
| XYZ | 58.81 | 72.97 | 76.63 | - |
| YUV | 213.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 217 | 0.28 | 0 | 0.08 | 0.08 | 163.38 | 0.62 | 0.79 |
| Hex | AA | EB | D9 | 1C | 0 | 8 | 8 | A3 | 3E | 4F |
| Octal | 252 | 353 | 331 | 34 | 0 | 10 | 10 | 243 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11011001 | 11100 | 0 | 1000 | 1000 | 10100011 | 111110 | 1001111 |
Color Harmonies of #AAEBD9
Complementary color
Monochromatic Colors of #AAEBD9
Black with #AAEBD9
Text Example
Text Example
White with #AAEBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBD9; }
p { color: rgb(170,235,217); }
H1.HeaderClassName
{
color: #AAEBD9;
}
.AnyTagClassName
{
color: #AAEBD9;
}
</style>
background-color css
<style>
a { background-color: #AAEBD9; }
a { background-color: rgb(170,235,217); }
div.DivClassName
{
background-color: #AAEBD9;
}
.BgClassName
{
background-color: #AAEBD9;
}
</style>
border-color css
<style>
span { border-color: #AAEBD9; }
span { border-color: rgb(170,235,217); }
td.TdClassName
{
border-color: #AAEBD9;
}
.TagClassName
{
border-color: #AAEBD9;
}
</style>