#AAE7D2

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

Shades of Ice Cold #AAE7D2

Tints of Ice Cold #AAE7D2

Color information

#AAE7D2 (or 0xAAE7D2) is unknown color: approx Ice Cold. HEX triplet: AA, E7 and D2. RGB value is (170,231,210). Sum of RGB (Red+Green+Blue) = 170+231+210=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7D2 is #55182D. Grayscale: #D2D2D2. Windows color (decimal): -5576750 or 13821866. OLE color: 13821866.

HSL color Cylindrical-coordinate representation of color #AAE7D2: hue angle of 159.34º 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 #AAE7D2 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB170231210-
CMYK0.2600.090.09
HSL159.34º55.96%78.63%-
HSV(B)159.34º26.41%90.59%-
XYZ56.7970.3571.56-
YUV210.37127.7999.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 210 (82.42% from 255) = 34.37%
R=27.82%
G=37.81%
B=34.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702312100.2600.090.09159.3455.9678.63
HexAAE7D21A0999f384f
Octal252347322320111123770117
Binary10101010111001111101001011010010011001100111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7D2; }

 p { color: rgb(170,231,210); }

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

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

 a { background-color: rgb(170,231,210); }

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

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

 span { border-color: rgb(170,231,210); }

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