#AAE0D2

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

Shades of Ice Cold #AAE0D2

Tints of Ice Cold #AAE0D2

Color information

#AAE0D2 (or 0xAAE0D2) is unknown color: approx Ice Cold. HEX triplet: AA, E0 and D2. RGB value is (170,224,210). Sum of RGB (Red+Green+Blue) = 170+224+210=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0D2 is #551F2D. Grayscale: #CECECE. Windows color (decimal): -5578542 or 13820074. OLE color: 13820074.

HSL color Cylindrical-coordinate representation of color #AAE0D2: hue angle of 164.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0D2 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB170224210-
CMYK0.2400.060.12
HSL164.44º46.55%77.25%-
HSV(B)164.44º24.11%87.84%-
XYZ54.8766.5170.92-
YUV206.26130.11102.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=28.15%
G=37.09%
B=34.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702242100.2400.060.12164.4446.5577.25
HexAAE0D21806Ca42f4d
Octal25234032230061424457115
Binary1010101011100000110100101100001101100101001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0D2; }

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

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

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

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

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

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

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

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