Shades of Ice Cold #AEE7DB
Tints of Ice Cold #AEE7DB
RGB
CMYK
RGB Variations
Color information
#AEE7DB (or 0xAEE7DB) is known color: Ice Cold. HEX triplet: AE, E7 and DB. RGB value is (174,231,219). Sum of RGB (Red+Green+Blue) = 174+231+219=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7DB is #511824. Grayscale: #D4D4D4. Windows color (decimal): -5314597 or 14411694. OLE color: 14411694.
HSL color Cylindrical-coordinate representation of color #AEE7DB: hue angle of 167.37º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE7DB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 219 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.09 |
| HSL | 167.37º | 0.54% | 0.79% | - |
| HSV(B) | 167.37º | 0.25% | 0.91% | - |
| XYZ | 58.82 | 71.26 | 77.67 | - |
| YUV | 212.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 219 | 0.25 | 0 | 0.05 | 0.09 | 167.37 | 0.54 | 0.79 |
| Hex | AE | E7 | DB | 19 | 0 | 5 | 9 | A7 | 36 | 4F |
| Octal | 256 | 347 | 333 | 31 | 0 | 5 | 11 | 247 | 66 | 117 |
| Binary | 10101110 | 11100111 | 11011011 | 11001 | 0 | 101 | 1001 | 10100111 | 110110 | 1001111 |
Color Harmonies of #AEE7DB
Complementary color
Monochromatic Colors of #AEE7DB
Black with #AEE7DB
Text Example
Text Example
White with #AEE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE7DB; }
p { color: rgb(174,231,219); }
H1.HeaderClassName
{
color: #AEE7DB;
}
.AnyTagClassName
{
color: #AEE7DB;
}
</style>
background-color css
<style>
a { background-color: #AEE7DB; }
a { background-color: rgb(174,231,219); }
div.DivClassName
{
background-color: #AEE7DB;
}
.BgClassName
{
background-color: #AEE7DB;
}
</style>
border-color css
<style>
span { border-color: #AEE7DB; }
span { border-color: rgb(174,231,219); }
td.TdClassName
{
border-color: #AEE7DB;
}
.TagClassName
{
border-color: #AEE7DB;
}
</style>