Shades of Ice Cold #AEE0D6
Tints of Ice Cold #AEE0D6
RGB
CMYK
RGB Variations
Color information
#AEE0D6 (or 0xAEE0D6) is known color: Ice Cold. HEX triplet: AE, E0 and D6. RGB value is (174,224,214). Sum of RGB (Red+Green+Blue) = 174+224+214=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0D6 is #511F29. Grayscale: #CFCFCF. Windows color (decimal): -5316394 or 14082222. OLE color: 14082222.
HSL color Cylindrical-coordinate representation of color #AEE0D6: hue angle of 168º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0D6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 214 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.12 |
| HSL | 168º | 0.45% | 0.78% | - |
| HSV(B) | 168º | 0.22% | 0.88% | - |
| XYZ | 56.25 | 67.17 | 73.62 | - |
| YUV | 207.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 214 | 0.22 | 0 | 0.04 | 0.12 | 168 | 0.45 | 0.78 |
| Hex | AE | E0 | D6 | 16 | 0 | 4 | C | A8 | 2D | 4E |
| Octal | 256 | 340 | 326 | 26 | 0 | 4 | 14 | 250 | 55 | 116 |
| Binary | 10101110 | 11100000 | 11010110 | 10110 | 0 | 100 | 1100 | 10101000 | 101101 | 1001110 |
Color Harmonies of #AEE0D6
Complementary color
Monochromatic Colors of #AEE0D6
Black with #AEE0D6
Text Example
Text Example
White with #AEE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0D6; }
p { color: rgb(174,224,214); }
H1.HeaderClassName
{
color: #AEE0D6;
}
.AnyTagClassName
{
color: #AEE0D6;
}
</style>
background-color css
<style>
a { background-color: #AEE0D6; }
a { background-color: rgb(174,224,214); }
div.DivClassName
{
background-color: #AEE0D6;
}
.BgClassName
{
background-color: #AEE0D6;
}
</style>
border-color css
<style>
span { border-color: #AEE0D6; }
span { border-color: rgb(174,224,214); }
td.TdClassName
{
border-color: #AEE0D6;
}
.TagClassName
{
border-color: #AEE0D6;
}
</style>