#AAAEEF

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

Shades of Perano #AAAEEF

Tints of Perano #AAAEEF

Color information

#AAAEEF (or 0xAAAEEF) is unknown color: approx Perano. HEX triplet: AA, AE and EF. RGB value is (170,174,239). Sum of RGB (Red+Green+Blue) = 170+174+239=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEEF is #555110. Grayscale: #B3B3B3. Windows color (decimal): -5591313 or 15707818. OLE color: 15707818.

HSL color Cylindrical-coordinate representation of color #AAAEEF: hue angle of 236.52º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAEEF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170174239-
CMYK0.290.2700.06
HSL236.52º68.32%80.2%-
HSV(B)236.52º28.87%93.73%-
XYZ47.2945.0587.86-
YUV180.21161.17120.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=29.16%
G=29.85%
B=40.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701742390.290.2700.06236.5268.3280.2
HexAAAEEF1D1B06ed4450
Octal252256357353306355104120
Binary101010101010111011101111111011101101101110110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEEF; }

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

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

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

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

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

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

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

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