Shades of Ice Cold #AAE4DF
Tints of Ice Cold #AAE4DF
RGB
CMYK
RGB Variations
Color information
#AAE4DF (or 0xAAE4DF) is known color: Ice Cold. HEX triplet: AA, E4 and DF. RGB value is (170,228,223). Sum of RGB (Red+Green+Blue) = 170+228+223=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4DF is #551B20. Grayscale: #D2D2D2. Windows color (decimal): -5577505 or 14673066. OLE color: 14673066.
HSL color Cylindrical-coordinate representation of color #AAE4DF: hue angle of 174.83º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4DF is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 223 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.11 |
| HSL | 174.83º | 0.52% | 0.78% | - |
| HSV(B) | 174.83º | 0.25% | 0.89% | - |
| XYZ | 57.64 | 69.36 | 80.16 | - |
| YUV | 210.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 223 | 0.25 | 0 | 0.02 | 0.11 | 174.83 | 0.52 | 0.78 |
| Hex | AA | E4 | DF | 19 | 0 | 2 | B | AF | 34 | 4E |
| Octal | 252 | 344 | 337 | 31 | 0 | 2 | 13 | 257 | 64 | 116 |
| Binary | 10101010 | 11100100 | 11011111 | 11001 | 0 | 10 | 1011 | 10101111 | 110100 | 1001110 |
Color Harmonies of #AAE4DF
Complementary color
Monochromatic Colors of #AAE4DF
Black with #AAE4DF
Text Example
Text Example
White with #AAE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4DF; }
p { color: rgb(170,228,223); }
H1.HeaderClassName
{
color: #AAE4DF;
}
.AnyTagClassName
{
color: #AAE4DF;
}
</style>
background-color css
<style>
a { background-color: #AAE4DF; }
a { background-color: rgb(170,228,223); }
div.DivClassName
{
background-color: #AAE4DF;
}
.BgClassName
{
background-color: #AAE4DF;
}
</style>
border-color css
<style>
span { border-color: #AAE4DF; }
span { border-color: rgb(170,228,223); }
td.TdClassName
{
border-color: #AAE4DF;
}
.TagClassName
{
border-color: #AAE4DF;
}
</style>