Shades of Ice Cold #AEE2DD
Tints of Ice Cold #AEE2DD
RGB
CMYK
RGB Variations
Color information
#AEE2DD (or 0xAEE2DD) is known color: Ice Cold. HEX triplet: AE, E2 and DD. RGB value is (174,226,221). Sum of RGB (Red+Green+Blue) = 174+226+221=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DD is #511D22. Grayscale: #D1D1D1. Windows color (decimal): -5315875 or 14541486. OLE color: 14541486.
HSL color Cylindrical-coordinate representation of color #AEE2DD: hue angle of 174.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2DD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 221 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.11 |
| HSL | 174.23º | 0.47% | 0.78% | - |
| HSV(B) | 174.23º | 0.23% | 0.89% | - |
| XYZ | 57.7 | 68.61 | 78.61 | - |
| YUV | 209.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 221 | 0.23 | 0 | 0.02 | 0.11 | 174.23 | 0.47 | 0.78 |
| Hex | AE | E2 | DD | 17 | 0 | 2 | B | AE | 2F | 4E |
| Octal | 256 | 342 | 335 | 27 | 0 | 2 | 13 | 256 | 57 | 116 |
| Binary | 10101110 | 11100010 | 11011101 | 10111 | 0 | 10 | 1011 | 10101110 | 101111 | 1001110 |
Color Harmonies of #AEE2DD
Complementary color
Monochromatic Colors of #AEE2DD
Black with #AEE2DD
Text Example
Text Example
White with #AEE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2DD; }
p { color: rgb(174,226,221); }
H1.HeaderClassName
{
color: #AEE2DD;
}
.AnyTagClassName
{
color: #AEE2DD;
}
</style>
background-color css
<style>
a { background-color: #AEE2DD; }
a { background-color: rgb(174,226,221); }
div.DivClassName
{
background-color: #AEE2DD;
}
.BgClassName
{
background-color: #AEE2DD;
}
</style>
border-color css
<style>
span { border-color: #AEE2DD; }
span { border-color: rgb(174,226,221); }
td.TdClassName
{
border-color: #AEE2DD;
}
.TagClassName
{
border-color: #AEE2DD;
}
</style>