Shades of Ice Cold #AEE3DC
Tints of Ice Cold #AEE3DC
RGB
CMYK
RGB Variations
Color information
#AEE3DC (or 0xAEE3DC) is known color: Ice Cold. HEX triplet: AE, E3 and DC. RGB value is (174,227,220). Sum of RGB (Red+Green+Blue) = 174+227+220=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3DC is #511C23. Grayscale: #D2D2D2. Windows color (decimal): -5315620 or 14476206. OLE color: 14476206.
HSL color Cylindrical-coordinate representation of color #AEE3DC: hue angle of 172.08º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3DC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 220 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.11 |
| HSL | 172.08º | 0.49% | 0.79% | - |
| HSV(B) | 172.08º | 0.23% | 0.89% | - |
| XYZ | 57.84 | 69.1 | 78 | - |
| YUV | 210.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 220 | 0.23 | 0 | 0.03 | 0.11 | 172.08 | 0.49 | 0.79 |
| Hex | AE | E3 | DC | 17 | 0 | 3 | B | AC | 31 | 4F |
| Octal | 256 | 343 | 334 | 27 | 0 | 3 | 13 | 254 | 61 | 117 |
| Binary | 10101110 | 11100011 | 11011100 | 10111 | 0 | 11 | 1011 | 10101100 | 110001 | 1001111 |
Color Harmonies of #AEE3DC
Complementary color
Monochromatic Colors of #AEE3DC
Black with #AEE3DC
Text Example
Text Example
White with #AEE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE3DC; }
p { color: rgb(174,227,220); }
H1.HeaderClassName
{
color: #AEE3DC;
}
.AnyTagClassName
{
color: #AEE3DC;
}
</style>
background-color css
<style>
a { background-color: #AEE3DC; }
a { background-color: rgb(174,227,220); }
div.DivClassName
{
background-color: #AEE3DC;
}
.BgClassName
{
background-color: #AEE3DC;
}
</style>
border-color css
<style>
span { border-color: #AEE3DC; }
span { border-color: rgb(174,227,220); }
td.TdClassName
{
border-color: #AEE3DC;
}
.TagClassName
{
border-color: #AEE3DC;
}
</style>