Shades of Ice Cold #AAECDB
Tints of Ice Cold #AAECDB
RGB
CMYK
RGB Variations
Color information
#AAECDB (or 0xAAECDB) is known color: Ice Cold. HEX triplet: AA, EC and DB. RGB value is (170,236,219). Sum of RGB (Red+Green+Blue) = 170+236+219=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECDB is #551324. Grayscale: #D6D6D6. Windows color (decimal): -5575461 or 14412970. OLE color: 14412970.
HSL color Cylindrical-coordinate representation of color #AAECDB: hue angle of 164.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECDB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 219 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.07 |
| HSL | 164.55º | 0.63% | 0.8% | - |
| HSV(B) | 164.55º | 0.28% | 0.93% | - |
| XYZ | 59.36 | 73.65 | 78.11 | - |
| YUV | 214.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 219 | 0.28 | 0 | 0.07 | 0.07 | 164.55 | 0.63 | 0.8 |
| Hex | AA | EC | DB | 1C | 0 | 7 | 7 | A5 | 3F | 50 |
| Octal | 252 | 354 | 333 | 34 | 0 | 7 | 7 | 245 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11011011 | 11100 | 0 | 111 | 111 | 10100101 | 111111 | 1010000 |
Color Harmonies of #AAECDB
Complementary color
Monochromatic Colors of #AAECDB
Black with #AAECDB
Text Example
Text Example
White with #AAECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECDB; }
p { color: rgb(170,236,219); }
H1.HeaderClassName
{
color: #AAECDB;
}
.AnyTagClassName
{
color: #AAECDB;
}
</style>
background-color css
<style>
a { background-color: #AAECDB; }
a { background-color: rgb(170,236,219); }
div.DivClassName
{
background-color: #AAECDB;
}
.BgClassName
{
background-color: #AAECDB;
}
</style>
border-color css
<style>
span { border-color: #AAECDB; }
span { border-color: rgb(170,236,219); }
td.TdClassName
{
border-color: #AAECDB;
}
.TagClassName
{
border-color: #AAECDB;
}
</style>