#AAE9DB

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

Shades of Ice Cold #AAE9DB

Tints of Ice Cold #AAE9DB

Color information

#AAE9DB (or 0xAAE9DB) is unknown color: approx Ice Cold. HEX triplet: AA, E9 and DB. RGB value is (170,233,219). Sum of RGB (Red+Green+Blue) = 170+233+219=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9DB is #551624. Grayscale: #D4D4D4. Windows color (decimal): -5576229 or 14412202. OLE color: 14412202.

HSL color Cylindrical-coordinate representation of color #AAE9DB: hue angle of 166.67º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9DB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB170233219-
CMYK0.2700.060.09
HSL166.67º58.88%79.02%-
HSV(B)166.67º27.04%91.37%-
XYZ58.571.9477.82-
YUV212.57131.6397.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 233 (91.41% from 255) = 37.46%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=27.33%
G=37.46%
B=35.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702332190.2700.060.09166.6758.8879.02
HexAAE9DB1B069a73b4f
Octal25235133333061124773117
Binary1010101011101001110110111101101101001101001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9DB; }

 p { color: rgb(170,233,219); }

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

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

 a { background-color: rgb(170,233,219); }

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

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

 span { border-color: rgb(170,233,219); }

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