Shades of Ice Cold #AAE8DF
Tints of Ice Cold #AAE8DF
RGB
CMYK
RGB Variations
Color information
#AAE8DF (or 0xAAE8DF) is known color: Ice Cold. HEX triplet: AA, E8 and DF. RGB value is (170,232,223). Sum of RGB (Red+Green+Blue) = 170+232+223=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8DF is #551720. Grayscale: #D4D4D4. Windows color (decimal): -5576481 or 14674090. OLE color: 14674090.
HSL color Cylindrical-coordinate representation of color #AAE8DF: hue angle of 171.29º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8DF is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 223 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.09 |
| HSL | 171.29º | 0.57% | 0.79% | - |
| HSV(B) | 171.29º | 0.27% | 0.91% | - |
| XYZ | 58.75 | 71.59 | 80.53 | - |
| YUV | 212.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 223 | 0.27 | 0 | 0.04 | 0.09 | 171.29 | 0.57 | 0.79 |
| Hex | AA | E8 | DF | 1B | 0 | 4 | 9 | AB | 39 | 4F |
| Octal | 252 | 350 | 337 | 33 | 0 | 4 | 11 | 253 | 71 | 117 |
| Binary | 10101010 | 11101000 | 11011111 | 11011 | 0 | 100 | 1001 | 10101011 | 111001 | 1001111 |
Color Harmonies of #AAE8DF
Complementary color
Monochromatic Colors of #AAE8DF
Black with #AAE8DF
Text Example
Text Example
White with #AAE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8DF; }
p { color: rgb(170,232,223); }
H1.HeaderClassName
{
color: #AAE8DF;
}
.AnyTagClassName
{
color: #AAE8DF;
}
</style>
background-color css
<style>
a { background-color: #AAE8DF; }
a { background-color: rgb(170,232,223); }
div.DivClassName
{
background-color: #AAE8DF;
}
.BgClassName
{
background-color: #AAE8DF;
}
</style>
border-color css
<style>
span { border-color: #AAE8DF; }
span { border-color: rgb(170,232,223); }
td.TdClassName
{
border-color: #AAE8DF;
}
.TagClassName
{
border-color: #AAE8DF;
}
</style>