Shades of Ice Cold #AEE1DC
Tints of Ice Cold #AEE1DC
RGB
CMYK
RGB Variations
Color information
#AEE1DC (or 0xAEE1DC) is known color: Ice Cold. HEX triplet: AE, E1 and DC. RGB value is (174,225,220). Sum of RGB (Red+Green+Blue) = 174+225+220=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1DC is #511E23. Grayscale: #D1D1D1. Windows color (decimal): -5316132 or 14475694. OLE color: 14475694.
HSL color Cylindrical-coordinate representation of color #AEE1DC: hue angle of 174.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1DC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 220 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.12 |
| HSL | 174.12º | 0.46% | 0.78% | - |
| HSV(B) | 174.12º | 0.23% | 0.88% | - |
| XYZ | 57.3 | 68.02 | 77.82 | - |
| YUV | 209.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 220 | 0.23 | 0 | 0.02 | 0.12 | 174.12 | 0.46 | 0.78 |
| Hex | AE | E1 | DC | 17 | 0 | 2 | C | AE | 2E | 4E |
| Octal | 256 | 341 | 334 | 27 | 0 | 2 | 14 | 256 | 56 | 116 |
| Binary | 10101110 | 11100001 | 11011100 | 10111 | 0 | 10 | 1100 | 10101110 | 101110 | 1001110 |
Color Harmonies of #AEE1DC
Complementary color
Monochromatic Colors of #AEE1DC
Black with #AEE1DC
Text Example
Text Example
White with #AEE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1DC; }
p { color: rgb(174,225,220); }
H1.HeaderClassName
{
color: #AEE1DC;
}
.AnyTagClassName
{
color: #AEE1DC;
}
</style>
background-color css
<style>
a { background-color: #AEE1DC; }
a { background-color: rgb(174,225,220); }
div.DivClassName
{
background-color: #AEE1DC;
}
.BgClassName
{
background-color: #AEE1DC;
}
</style>
border-color css
<style>
span { border-color: #AEE1DC; }
span { border-color: rgb(174,225,220); }
td.TdClassName
{
border-color: #AEE1DC;
}
.TagClassName
{
border-color: #AEE1DC;
}
</style>