#AAE9E0

Color #AAE9E0 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AAE9E0

Tints of Ice Cold #AAE9E0

Color information

#AAE9E0 (or 0xAAE9E0) is unknown color: approx Ice Cold. HEX triplet: AA, E9 and E0. RGB value is (170,233,224). Sum of RGB (Red+Green+Blue) = 170+233+224=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9E0 is #55161F. Grayscale: #D5D5D5. Windows color (decimal): -5576224 or 14739882. OLE color: 14739882.

HSL color Cylindrical-coordinate representation of color #AAE9E0: hue angle of 171.43º degrees, saturation: 0.59, 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 #AAE9E0 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB170233224-
CMYK0.2700.040.09
HSL171.43º58.88%79.02%-
HSV(B)171.43º27.04%91.37%-
XYZ59.1772.2181.34-
YUV213.14134.1397.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=27.11%
G=37.16%
B=35.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702332240.2700.040.09171.4358.8879.02
HexAAE9E01B049ab3b4f
Octal25235134033041125373117
Binary1010101011101001111000001101101001001101010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9E0; }

 p { color: rgb(170,233,224); }

 H1.HeaderClassName
 {
   color: #AAE9E0;
 }
 .AnyTagClassName
 {
   color: #AAE9E0;
 }
</style>
background-color css

<style>
 a { background-color: #AAE9E0; }

 a { background-color: rgb(170,233,224); }

 div.DivClassName
 {
   background-color: #AAE9E0;
 }
 .BgClassName
 {
   background-color: #AAE9E0;
 }
</style>
border-color css

<style>
 span { border-color: #AAE9E0; }

 span { border-color: rgb(170,233,224); }

 td.TdClassName
 {
   border-color: #AAE9E0;
 }
 .TagClassName
 {
   border-color: #AAE9E0;
 }
</style>