Shades of Ice Cold #AEE0D4
Tints of Ice Cold #AEE0D4
RGB
CMYK
RGB Variations
Color information
#AEE0D4 (or 0xAEE0D4) is known color: Ice Cold. HEX triplet: AE, E0 and D4. RGB value is (174,224,212). Sum of RGB (Red+Green+Blue) = 174+224+212=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0D4 is #511F2B. Grayscale: #CFCFCF. Windows color (decimal): -5316396 or 13951150. OLE color: 13951150.
HSL color Cylindrical-coordinate representation of color #AEE0D4: hue angle of 165.6º 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 #AEE0D4 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 212 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.12 |
| HSL | 165.6º | 0.45% | 0.78% | - |
| HSV(B) | 165.6º | 0.22% | 0.88% | - |
| XYZ | 55.99 | 67.06 | 72.28 | - |
| YUV | 207.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 212 | 0.22 | 0 | 0.05 | 0.12 | 165.6 | 0.45 | 0.78 |
| Hex | AE | E0 | D4 | 16 | 0 | 5 | C | A6 | 2D | 4E |
| Octal | 256 | 340 | 324 | 26 | 0 | 5 | 14 | 246 | 55 | 116 |
| Binary | 10101110 | 11100000 | 11010100 | 10110 | 0 | 101 | 1100 | 10100110 | 101101 | 1001110 |
Color Harmonies of #AEE0D4
Complementary color
Monochromatic Colors of #AEE0D4
Black with #AEE0D4
Text Example
Text Example
White with #AEE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0D4; }
p { color: rgb(174,224,212); }
H1.HeaderClassName
{
color: #AEE0D4;
}
.AnyTagClassName
{
color: #AEE0D4;
}
</style>
background-color css
<style>
a { background-color: #AEE0D4; }
a { background-color: rgb(174,224,212); }
div.DivClassName
{
background-color: #AEE0D4;
}
.BgClassName
{
background-color: #AEE0D4;
}
</style>
border-color css
<style>
span { border-color: #AEE0D4; }
span { border-color: rgb(174,224,212); }
td.TdClassName
{
border-color: #AEE0D4;
}
.TagClassName
{
border-color: #AEE0D4;
}
</style>