#AAAEF1

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

Shades of Perano #AAAEF1

Tints of Perano #AAAEF1

Color information

#AAAEF1 (or 0xAAAEF1) is unknown color: approx Perano. HEX triplet: AA, AE and F1. RGB value is (170,174,241). Sum of RGB (Red+Green+Blue) = 170+174+241=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAAEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEF1 is #55510E. Grayscale: #B4B4B4. Windows color (decimal): -5591311 or 15838890. OLE color: 15838890.

HSL color Cylindrical-coordinate representation of color #AAAEF1: hue angle of 236.62º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAEF1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170174241-
CMYK0.290.2800.05
HSL236.62º71.72%80.59%-
HSV(B)236.62º29.46%94.51%-
XYZ47.5945.1789.43-
YUV180.44162.17120.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=29.06%
G=29.74%
B=41.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701742410.290.2800.05236.6271.7280.59
HexAAAEF11D1C05ed4851
Octal252256361353405355110121
Binary101010101010111011110001111011110001011110110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEF1; }

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

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

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

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

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

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

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

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