Shades of Ice Cold #AEE5DC
Tints of Ice Cold #AEE5DC
RGB
CMYK
RGB Variations
Color information
#AEE5DC (or 0xAEE5DC) is known color: Ice Cold. HEX triplet: AE, E5 and DC. RGB value is (174,229,220). Sum of RGB (Red+Green+Blue) = 174+229+220=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5DC is #511A23. Grayscale: #D3D3D3. Windows color (decimal): -5315108 or 14476718. OLE color: 14476718.
HSL color Cylindrical-coordinate representation of color #AEE5DC: hue angle of 170.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5DC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 220 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.10 |
| HSL | 170.18º | 0.51% | 0.79% | - |
| HSV(B) | 170.18º | 0.24% | 0.9% | - |
| XYZ | 58.39 | 70.2 | 78.18 | - |
| YUV | 211.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 220 | 0.24 | 0 | 0.04 | 0.10 | 170.18 | 0.51 | 0.79 |
| Hex | AE | E5 | DC | 18 | 0 | 4 | A | AA | 33 | 4F |
| Octal | 256 | 345 | 334 | 30 | 0 | 4 | 12 | 252 | 63 | 117 |
| Binary | 10101110 | 11100101 | 11011100 | 11000 | 0 | 100 | 1010 | 10101010 | 110011 | 1001111 |
Color Harmonies of #AEE5DC
Complementary color
Monochromatic Colors of #AEE5DC
Black with #AEE5DC
Text Example
Text Example
White with #AEE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5DC; }
p { color: rgb(174,229,220); }
H1.HeaderClassName
{
color: #AEE5DC;
}
.AnyTagClassName
{
color: #AEE5DC;
}
</style>
background-color css
<style>
a { background-color: #AEE5DC; }
a { background-color: rgb(174,229,220); }
div.DivClassName
{
background-color: #AEE5DC;
}
.BgClassName
{
background-color: #AEE5DC;
}
</style>
border-color css
<style>
span { border-color: #AEE5DC; }
span { border-color: rgb(174,229,220); }
td.TdClassName
{
border-color: #AEE5DC;
}
.TagClassName
{
border-color: #AEE5DC;
}
</style>