#AAAEE8

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

Shades of Perano #AAAEE8

Tints of Perano #AAAEE8

Color information

#AAAEE8 (or 0xAAAEE8) is unknown color: approx Perano. HEX triplet: AA, AE and E8. RGB value is (170,174,232). Sum of RGB (Red+Green+Blue) = 170+174+232=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAAEE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEE8 is #555117. Grayscale: #B3B3B3. Windows color (decimal): -5591320 or 15249066. OLE color: 15249066.

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

Color convert

RGB170174232-
CMYK0.270.2500.09
HSL236.13º57.41%78.82%-
HSV(B)236.13º26.72%90.98%-
XYZ46.2844.6482.52-
YUV179.42157.67121.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=29.51%
G=30.21%
B=40.28%

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
Decimal1701742320.270.2500.09236.1357.4178.82
HexAAAEE81B1909ec394f
Octal252256350333101135471117
Binary101010101010111011101000110111100101001111011001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEE8; }

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

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

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

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

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

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

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

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