#AAE5D2

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

Shades of Ice Cold #AAE5D2

Tints of Ice Cold #AAE5D2

Color information

#AAE5D2 (or 0xAAE5D2) is unknown color: approx Ice Cold. HEX triplet: AA, E5 and D2. RGB value is (170,229,210). Sum of RGB (Red+Green+Blue) = 170+229+210=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5D2 is #551A2D. Grayscale: #D1D1D1. Windows color (decimal): -5577262 or 13821354. OLE color: 13821354.

HSL color Cylindrical-coordinate representation of color #AAE5D2: hue angle of 160.68º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5D2 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB170229210-
CMYK0.2600.080.10
HSL160.68º53.15%78.24%-
HSV(B)160.68º25.76%89.8%-
XYZ56.2369.2471.37-
YUV209.19128.45100.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 229 (89.84% from 255) = 37.60%
BLUE value IS 210 (82.42% from 255) = 34.48%
R=27.91%
G=37.60%
B=34.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702292100.2600.080.10160.6853.1578.24
HexAAE5D21A08Aa1354e
Octal252345322320101224165116
Binary10101010111001011101001011010010001010101000011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5D2; }

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

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

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

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

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

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

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

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