Shades of Ice Cold #AAE2D3
Tints of Ice Cold #AAE2D3
RGB
CMYK
RGB Variations
Color information
#AAE2D3 (or 0xAAE2D3) is known color: Ice Cold. HEX triplet: AA, E2 and D3. RGB value is (170,226,211). Sum of RGB (Red+Green+Blue) = 170+226+211=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2D3 is #551D2C. Grayscale: #CFCFCF. Windows color (decimal): -5578029 or 13886122. OLE color: 13886122.
HSL color Cylindrical-coordinate representation of color #AAE2D3: hue angle of 163.93º 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 #AAE2D3 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 211 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.11 |
| HSL | 163.93º | 0.49% | 0.78% | - |
| HSV(B) | 163.93º | 0.25% | 0.89% | - |
| XYZ | 55.53 | 67.64 | 71.76 | - |
| YUV | 207.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 211 | 0.25 | 0 | 0.07 | 0.11 | 163.93 | 0.49 | 0.78 |
| Hex | AA | E2 | D3 | 19 | 0 | 7 | B | A4 | 31 | 4E |
| Octal | 252 | 342 | 323 | 31 | 0 | 7 | 13 | 244 | 61 | 116 |
| Binary | 10101010 | 11100010 | 11010011 | 11001 | 0 | 111 | 1011 | 10100100 | 110001 | 1001110 |
Color Harmonies of #AAE2D3
Complementary color
Monochromatic Colors of #AAE2D3
Black with #AAE2D3
Text Example
Text Example
White with #AAE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2D3; }
p { color: rgb(170,226,211); }
H1.HeaderClassName
{
color: #AAE2D3;
}
.AnyTagClassName
{
color: #AAE2D3;
}
</style>
background-color css
<style>
a { background-color: #AAE2D3; }
a { background-color: rgb(170,226,211); }
div.DivClassName
{
background-color: #AAE2D3;
}
.BgClassName
{
background-color: #AAE2D3;
}
</style>
border-color css
<style>
span { border-color: #AAE2D3; }
span { border-color: rgb(170,226,211); }
td.TdClassName
{
border-color: #AAE2D3;
}
.TagClassName
{
border-color: #AAE2D3;
}
</style>