Shades of Ice Cold #AAE2DB
Tints of Ice Cold #AAE2DB
RGB
CMYK
RGB Variations
Color information
#AAE2DB (or 0xAAE2DB) is known color: Ice Cold. HEX triplet: AA, E2 and DB. RGB value is (170,226,219). Sum of RGB (Red+Green+Blue) = 170+226+219=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2DB is #551D24. Grayscale: #D0D0D0. Windows color (decimal): -5578021 or 14410410. OLE color: 14410410.
HSL color Cylindrical-coordinate representation of color #AAE2DB: hue angle of 172.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2DB is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 219 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.11 |
| HSL | 172.5º | 0.49% | 0.78% | - |
| HSV(B) | 172.5º | 0.25% | 0.89% | - |
| XYZ | 56.56 | 68.05 | 77.17 | - |
| YUV | 208.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 219 | 0.25 | 0 | 0.03 | 0.11 | 172.5 | 0.49 | 0.78 |
| Hex | AA | E2 | DB | 19 | 0 | 3 | B | AC | 31 | 4E |
| Octal | 252 | 342 | 333 | 31 | 0 | 3 | 13 | 254 | 61 | 116 |
| Binary | 10101010 | 11100010 | 11011011 | 11001 | 0 | 11 | 1011 | 10101100 | 110001 | 1001110 |
Color Harmonies of #AAE2DB
Complementary color
Monochromatic Colors of #AAE2DB
Black with #AAE2DB
Text Example
Text Example
White with #AAE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2DB; }
p { color: rgb(170,226,219); }
H1.HeaderClassName
{
color: #AAE2DB;
}
.AnyTagClassName
{
color: #AAE2DB;
}
</style>
background-color css
<style>
a { background-color: #AAE2DB; }
a { background-color: rgb(170,226,219); }
div.DivClassName
{
background-color: #AAE2DB;
}
.BgClassName
{
background-color: #AAE2DB;
}
</style>
border-color css
<style>
span { border-color: #AAE2DB; }
span { border-color: rgb(170,226,219); }
td.TdClassName
{
border-color: #AAE2DB;
}
.TagClassName
{
border-color: #AAE2DB;
}
</style>