#AAEADA

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

Shades of Ice Cold #AAEADA

Tints of Ice Cold #AAEADA

Color information

#AAEADA (or 0xAAEADA) is unknown color: approx Ice Cold. HEX triplet: AA, EA and DA. RGB value is (170,234,218). Sum of RGB (Red+Green+Blue) = 170+234+218=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEADA is #551525. Grayscale: #D5D5D5. Windows color (decimal): -5575974 or 14346922. OLE color: 14346922.

HSL color Cylindrical-coordinate representation of color #AAEADA: hue angle of 165º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEADA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB170234218-
CMYK0.2700.070.08
HSL165º60.38%79.22%-
HSV(B)165º27.35%91.76%-
XYZ58.6672.4577.22-
YUV213.04130.897.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=27.33%
G=37.62%
B=35.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702342180.2700.070.0816560.3879.22
HexAAEADA1B078a53c4f
Octal25235233233071024574117
Binary1010101011101010110110101101101111000101001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEADA; }

 p { color: rgb(170,234,218); }

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

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

 a { background-color: rgb(170,234,218); }

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

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

 span { border-color: rgb(170,234,218); }

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