Shades of Ice Cold #AAE1D4
Tints of Ice Cold #AAE1D4
RGB
CMYK
RGB Variations
Color information
#AAE1D4 (or 0xAAE1D4) is known color: Ice Cold. HEX triplet: AA, E1 and D4. RGB value is (170,225,212). Sum of RGB (Red+Green+Blue) = 170+225+212=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1D4 is #551E2B. Grayscale: #CFCFCF. Windows color (decimal): -5578284 or 13951402. OLE color: 13951402.
HSL color Cylindrical-coordinate representation of color #AAE1D4: hue angle of 165.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1D4 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 212 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.12 |
| HSL | 165.82º | 0.48% | 0.77% | - |
| HSV(B) | 165.82º | 0.24% | 0.88% | - |
| XYZ | 55.39 | 67.15 | 72.33 | - |
| YUV | 207.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 212 | 0.24 | 0 | 0.06 | 0.12 | 165.82 | 0.48 | 0.77 |
| Hex | AA | E1 | D4 | 18 | 0 | 6 | C | A6 | 30 | 4D |
| Octal | 252 | 341 | 324 | 30 | 0 | 6 | 14 | 246 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11010100 | 11000 | 0 | 110 | 1100 | 10100110 | 110000 | 1001101 |
Color Harmonies of #AAE1D4
Complementary color
Monochromatic Colors of #AAE1D4
Black with #AAE1D4
Text Example
Text Example
White with #AAE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1D4; }
p { color: rgb(170,225,212); }
H1.HeaderClassName
{
color: #AAE1D4;
}
.AnyTagClassName
{
color: #AAE1D4;
}
</style>
background-color css
<style>
a { background-color: #AAE1D4; }
a { background-color: rgb(170,225,212); }
div.DivClassName
{
background-color: #AAE1D4;
}
.BgClassName
{
background-color: #AAE1D4;
}
</style>
border-color css
<style>
span { border-color: #AAE1D4; }
span { border-color: rgb(170,225,212); }
td.TdClassName
{
border-color: #AAE1D4;
}
.TagClassName
{
border-color: #AAE1D4;
}
</style>