Shades of Ice Cold #AEE1DB
Tints of Ice Cold #AEE1DB
RGB
CMYK
RGB Variations
Color information
#AEE1DB (or 0xAEE1DB) is known color: Ice Cold. HEX triplet: AE, E1 and DB. RGB value is (174,225,219). Sum of RGB (Red+Green+Blue) = 174+225+219=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1DB is #511E24. Grayscale: #D1D1D1. Windows color (decimal): -5316133 or 14410158. OLE color: 14410158.
HSL color Cylindrical-coordinate representation of color #AEE1DB: hue angle of 172.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1DB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 219 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.12 |
| HSL | 172.94º | 0.46% | 0.78% | - |
| HSV(B) | 172.94º | 0.23% | 0.88% | - |
| XYZ | 57.17 | 67.96 | 77.12 | - |
| YUV | 209.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 219 | 0.23 | 0 | 0.03 | 0.12 | 172.94 | 0.46 | 0.78 |
| Hex | AE | E1 | DB | 17 | 0 | 3 | C | AD | 2E | 4E |
| Octal | 256 | 341 | 333 | 27 | 0 | 3 | 14 | 255 | 56 | 116 |
| Binary | 10101110 | 11100001 | 11011011 | 10111 | 0 | 11 | 1100 | 10101101 | 101110 | 1001110 |
Color Harmonies of #AEE1DB
Complementary color
Monochromatic Colors of #AEE1DB
Black with #AEE1DB
Text Example
Text Example
White with #AEE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1DB; }
p { color: rgb(174,225,219); }
H1.HeaderClassName
{
color: #AEE1DB;
}
.AnyTagClassName
{
color: #AEE1DB;
}
</style>
background-color css
<style>
a { background-color: #AEE1DB; }
a { background-color: rgb(174,225,219); }
div.DivClassName
{
background-color: #AEE1DB;
}
.BgClassName
{
background-color: #AEE1DB;
}
</style>
border-color css
<style>
span { border-color: #AEE1DB; }
span { border-color: rgb(174,225,219); }
td.TdClassName
{
border-color: #AEE1DB;
}
.TagClassName
{
border-color: #AEE1DB;
}
</style>