#AAE7DC

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

Shades of Ice Cold #AAE7DC

Tints of Ice Cold #AAE7DC

Color information

#AAE7DC (or 0xAAE7DC) is unknown color: approx Ice Cold. HEX triplet: AA, E7 and DC. RGB value is (170,231,220). Sum of RGB (Red+Green+Blue) = 170+231+220=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7DC is #551823. Grayscale: #D3D3D3. Windows color (decimal): -5576740 or 14477226. OLE color: 14477226.

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

Color convert

RGB170231220-
CMYK0.2600.050.09
HSL169.18º55.96%78.63%-
HSV(B)169.18º26.41%90.59%-
XYZ58.0770.8778.33-
YUV211.51132.7998.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=27.38%
G=37.20%
B=35.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702312200.2600.050.09169.1855.9678.63
HexAAE7DC1A059a9384f
Octal25234733432051125170117
Binary1010101011100111110111001101001011001101010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7DC; }

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

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

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

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

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

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

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

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