#AAEBDA

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

Shades of Ice Cold #AAEBDA

Tints of Ice Cold #AAEBDA

Color information

#AAEBDA (or 0xAAEBDA) is unknown color: approx Ice Cold. HEX triplet: AA, EB and DA. RGB value is (170,235,218). Sum of RGB (Red+Green+Blue) = 170+235+218=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDA is #551425. Grayscale: #D5D5D5. Windows color (decimal): -5575718 or 14347178. OLE color: 14347178.

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

Color convert

RGB170235218-
CMYK0.2800.070.08
HSL164.31º61.9%79.41%-
HSV(B)164.31º27.66%92.16%-
XYZ58.9473.0277.32-
YUV213.63130.4796.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=27.29%
G=37.72%
B=34.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352180.2800.070.08164.3161.979.41
HexAAEBDA1C078a43e4f
Octal25235333234071024476117
Binary1010101011101011110110101110001111000101001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBDA; }

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

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

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

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

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

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

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

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