#AAAEE9

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

Shades of Perano #AAAEE9

Tints of Perano #AAAEE9

Color information

#AAAEE9 (or 0xAAAEE9) is unknown color: approx Perano. HEX triplet: AA, AE and E9. RGB value is (170,174,233). Sum of RGB (Red+Green+Blue) = 170+174+233=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAAEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEE9 is #555116. Grayscale: #B3B3B3. Windows color (decimal): -5591319 or 15314602. OLE color: 15314602.

HSL color Cylindrical-coordinate representation of color #AAAEE9: hue angle of 236.19º 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 #AAAEE9 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170174233-
CMYK0.270.2500.09
HSL236.19º58.88%79.02%-
HSV(B)236.19º27.04%91.37%-
XYZ46.4244.783.27-
YUV179.53158.17121.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=29.46%
G=30.16%
B=40.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701742330.270.2500.09236.1958.8879.02
HexAAAEE91B1909ec3b4f
Octal252256351333101135473117
Binary101010101010111011101001110111100101001111011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEE9; }

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

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

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

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

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

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

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

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