#AAE7DF

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

Shades of Ice Cold #AAE7DF

Tints of Ice Cold #AAE7DF

Color information

#AAE7DF (or 0xAAE7DF) is unknown color: approx 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

RGB170231223-
CMYK0.2600.030.09
HSL172.13º55.96%78.63%-
HSV(B)172.13º26.41%90.59%-
XYZ58.4771.0380.44-
YUV211.85134.2998.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=27.24%
G=37.02%
B=35.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702312230.2600.030.09172.1355.9678.63
HexAAE7DF1A039ac384f
Octal25234733732031125470117
Binary101010101110011111011111110100111001101011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>