#AAAEE5

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

Shades of Perano #AAAEE5

Tints of Perano #AAAEE5

Color information

#AAAEE5 (or 0xAAAEE5) is unknown color: approx Perano. HEX triplet: AA, AE and E5. RGB value is (170,174,229). Sum of RGB (Red+Green+Blue) = 170+174+229=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAAEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEE5 is #55511A. Grayscale: #B2B2B2. Windows color (decimal): -5591323 or 15052458. OLE color: 15052458.

HSL color Cylindrical-coordinate representation of color #AAAEE5: hue angle of 235.93º 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 #AAAEE5 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170174229-
CMYK0.260.2400.10
HSL235.93º53.15%78.24%-
HSV(B)235.93º25.76%89.8%-
XYZ45.8644.4880.3-
YUV179.07156.17121.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 229 (89.84% from 255) = 39.97%
R=29.67%
G=30.37%
B=39.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701742290.260.2400.10235.9353.1578.24
HexAAAEE51A180Aec354e
Octal252256345323001235465116
Binary101010101010111011100101110101100001010111011001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEE5; }

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

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

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

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

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

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

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

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