Shades of Ice Cold #AAE7DF
Tints of Ice Cold #AAE7DF
RGB
CMYK
RGB Variations
Color information
#AAE7DF (or 0xAAE7DF) is known color: Ice Cold. HEX triplet: AA, E7 and DF. RGB value is (170,231,223). Sum of RGB (Red+Green+Blue) = 170+231+223=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7DF is #551820. Grayscale: #D3D3D3. Windows color (decimal): -5576737 or 14673834. OLE color: 14673834.
HSL color Cylindrical-coordinate representation of color #AAE7DF: hue angle of 172.13º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7DF is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 170 | 231 | 223 | - |
CMYK | 0.26 | 0 | 0.03 | 0.09 |
HSL | 172.13º | 0.56% | 0.79% | - |
HSV(B) | 172.13º | 0.26% | 0.91% | - |
XYZ | 58.47 | 71.03 | 80.44 | - |
YUV | 211.85 | 134.29 | 98.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 231 | 223 | 0.26 | 0 | 0.03 | 0.09 | 172.13 | 0.56 | 0.79 |
Hex | AA | E7 | DF | 1A | 0 | 3 | 9 | AC | 38 | 4F |
Octal | 252 | 347 | 337 | 32 | 0 | 3 | 11 | 254 | 70 | 117 |
Binary | 10101010 | 11100111 | 11011111 | 11010 | 0 | 11 | 1001 | 10101100 | 111000 | 1001111 |
Color Harmonies of #AAE7DF
Complementary color
Monochromatic Colors of #AAE7DF
Black with #AAE7DF
Text Example
Text Example
White with #AAE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7DF; }
p { color: rgb(170,231,223); }
H1.HeaderClassName
{
color: #AAE7DF;
}
.AnyTagClassName
{
color: #AAE7DF;
}
</style>
background-color css
<style>
a { background-color: #AAE7DF; }
a { background-color: rgb(170,231,223); }
div.DivClassName
{
background-color: #AAE7DF;
}
.BgClassName
{
background-color: #AAE7DF;
}
</style>
border-color css
<style>
span { border-color: #AAE7DF; }
span { border-color: rgb(170,231,223); }
td.TdClassName
{
border-color: #AAE7DF;
}
.TagClassName
{
border-color: #AAE7DF;
}
</style>