Shades of Ice Cold #AAE5DA
Tints of Ice Cold #AAE5DA
RGB
CMYK
RGB Variations
Color information
#AAE5DA (or 0xAAE5DA) is known color: Ice Cold. HEX triplet: AA, E5 and DA. RGB value is (170,229,218). Sum of RGB (Red+Green+Blue) = 170+229+218=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5DA is #551A25. Grayscale: #D2D2D2. Windows color (decimal): -5577254 or 14345642. OLE color: 14345642.
HSL color Cylindrical-coordinate representation of color #AAE5DA: hue angle of 168.81º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5DA is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 170 | 229 | 218 | - |
CMYK | 0.26 | 0 | 0.05 | 0.10 |
HSL | 168.81º | 0.53% | 0.78% | - |
HSV(B) | 168.81º | 0.26% | 0.9% | - |
XYZ | 57.25 | 69.65 | 76.76 | - |
YUV | 210.11 | 132.45 | 99.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 229 | 218 | 0.26 | 0 | 0.05 | 0.10 | 168.81 | 0.53 | 0.78 |
Hex | AA | E5 | DA | 1A | 0 | 5 | A | A9 | 35 | 4E |
Octal | 252 | 345 | 332 | 32 | 0 | 5 | 12 | 251 | 65 | 116 |
Binary | 10101010 | 11100101 | 11011010 | 11010 | 0 | 101 | 1010 | 10101001 | 110101 | 1001110 |
Color Harmonies of #AAE5DA
Complementary color
Monochromatic Colors of #AAE5DA
Black with #AAE5DA
Text Example
Text Example
White with #AAE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5DA; }
p { color: rgb(170,229,218); }
H1.HeaderClassName
{
color: #AAE5DA;
}
.AnyTagClassName
{
color: #AAE5DA;
}
</style>
background-color css
<style>
a { background-color: #AAE5DA; }
a { background-color: rgb(170,229,218); }
div.DivClassName
{
background-color: #AAE5DA;
}
.BgClassName
{
background-color: #AAE5DA;
}
</style>
border-color css
<style>
span { border-color: #AAE5DA; }
span { border-color: rgb(170,229,218); }
td.TdClassName
{
border-color: #AAE5DA;
}
.TagClassName
{
border-color: #AAE5DA;
}
</style>