Shades of Ice Cold #AEE8DB
Tints of Ice Cold #AEE8DB
RGB
CMYK
RGB Variations
Color information
#AEE8DB (or 0xAEE8DB) is known color: Ice Cold. HEX triplet: AE, E8 and DB. RGB value is (174,232,219). Sum of RGB (Red+Green+Blue) = 174+232+219=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DB is #511724. Grayscale: #D5D5D5. Windows color (decimal): -5314341 or 14411950. OLE color: 14411950.
HSL color Cylindrical-coordinate representation of color #AEE8DB: hue angle of 166.55º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE8DB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 219 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.09 |
| HSL | 166.55º | 0.56% | 0.8% | - |
| HSV(B) | 166.55º | 0.25% | 0.91% | - |
| XYZ | 59.1 | 71.83 | 77.77 | - |
| YUV | 213.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 219 | 0.25 | 0 | 0.06 | 0.09 | 166.55 | 0.56 | 0.8 |
| Hex | AE | E8 | DB | 19 | 0 | 6 | 9 | A7 | 38 | 50 |
| Octal | 256 | 350 | 333 | 31 | 0 | 6 | 11 | 247 | 70 | 120 |
| Binary | 10101110 | 11101000 | 11011011 | 11001 | 0 | 110 | 1001 | 10100111 | 111000 | 1010000 |
Color Harmonies of #AEE8DB
Complementary color
Monochromatic Colors of #AEE8DB
Black with #AEE8DB
Text Example
Text Example
White with #AEE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE8DB; }
p { color: rgb(174,232,219); }
H1.HeaderClassName
{
color: #AEE8DB;
}
.AnyTagClassName
{
color: #AEE8DB;
}
</style>
background-color css
<style>
a { background-color: #AEE8DB; }
a { background-color: rgb(174,232,219); }
div.DivClassName
{
background-color: #AEE8DB;
}
.BgClassName
{
background-color: #AEE8DB;
}
</style>
border-color css
<style>
span { border-color: #AEE8DB; }
span { border-color: rgb(174,232,219); }
td.TdClassName
{
border-color: #AEE8DB;
}
.TagClassName
{
border-color: #AEE8DB;
}
</style>