Shades of Ice Cold #AEE2DE
Tints of Ice Cold #AEE2DE
RGB
CMYK
RGB Variations
Color information
#AEE2DE (or 0xAEE2DE) is known color: Ice Cold. HEX triplet: AE, E2 and DE. RGB value is (174,226,222). Sum of RGB (Red+Green+Blue) = 174+226+222=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DE is #511D21. Grayscale: #D1D1D1. Windows color (decimal): -5315874 or 14607022. OLE color: 14607022.
HSL color Cylindrical-coordinate representation of color #AEE2DE: hue angle of 175.38º 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 #AEE2DE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 222 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.11 |
| HSL | 175.38º | 0.47% | 0.78% | - |
| HSV(B) | 175.38º | 0.23% | 0.89% | - |
| XYZ | 57.84 | 68.67 | 79.31 | - |
| YUV | 210 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 222 | 0.23 | 0 | 0.02 | 0.11 | 175.38 | 0.47 | 0.78 |
| Hex | AE | E2 | DE | 17 | 0 | 2 | B | AF | 2F | 4E |
| Octal | 256 | 342 | 336 | 27 | 0 | 2 | 13 | 257 | 57 | 116 |
| Binary | 10101110 | 11100010 | 11011110 | 10111 | 0 | 10 | 1011 | 10101111 | 101111 | 1001110 |
Color Harmonies of #AEE2DE
Complementary color
Monochromatic Colors of #AEE2DE
Black with #AEE2DE
Text Example
Text Example
White with #AEE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2DE; }
p { color: rgb(174,226,222); }
H1.HeaderClassName
{
color: #AEE2DE;
}
.AnyTagClassName
{
color: #AEE2DE;
}
</style>
background-color css
<style>
a { background-color: #AEE2DE; }
a { background-color: rgb(174,226,222); }
div.DivClassName
{
background-color: #AEE2DE;
}
.BgClassName
{
background-color: #AEE2DE;
}
</style>
border-color css
<style>
span { border-color: #AEE2DE; }
span { border-color: rgb(174,226,222); }
td.TdClassName
{
border-color: #AEE2DE;
}
.TagClassName
{
border-color: #AEE2DE;
}
</style>