Shades of Ice Cold #AAE7D3
Tints of Ice Cold #AAE7D3
RGB
CMYK
RGB Variations
Color information
#AAE7D3 (or 0xAAE7D3) is known color: Ice Cold. HEX triplet: AA, E7 and D3. RGB value is (170,231,211). Sum of RGB (Red+Green+Blue) = 170+231+211=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7D3 is #55182C. Grayscale: #D2D2D2. Windows color (decimal): -5576749 or 13887402. OLE color: 13887402.
HSL color Cylindrical-coordinate representation of color #AAE7D3: hue angle of 160.33º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7D3 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 211 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.09 |
| HSL | 160.33º | 0.56% | 0.79% | - |
| HSV(B) | 160.33º | 0.26% | 0.91% | - |
| XYZ | 56.91 | 70.4 | 72.22 | - |
| YUV | 210.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 211 | 0.26 | 0 | 0.09 | 0.09 | 160.33 | 0.56 | 0.79 |
| Hex | AA | E7 | D3 | 1A | 0 | 9 | 9 | A0 | 38 | 4F |
| Octal | 252 | 347 | 323 | 32 | 0 | 11 | 11 | 240 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11010011 | 11010 | 0 | 1001 | 1001 | 10100000 | 111000 | 1001111 |
Color Harmonies of #AAE7D3
Complementary color
Monochromatic Colors of #AAE7D3
Black with #AAE7D3
Text Example
Text Example
White with #AAE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7D3; }
p { color: rgb(170,231,211); }
H1.HeaderClassName
{
color: #AAE7D3;
}
.AnyTagClassName
{
color: #AAE7D3;
}
</style>
background-color css
<style>
a { background-color: #AAE7D3; }
a { background-color: rgb(170,231,211); }
div.DivClassName
{
background-color: #AAE7D3;
}
.BgClassName
{
background-color: #AAE7D3;
}
</style>
border-color css
<style>
span { border-color: #AAE7D3; }
span { border-color: rgb(170,231,211); }
td.TdClassName
{
border-color: #AAE7D3;
}
.TagClassName
{
border-color: #AAE7D3;
}
</style>