#AAACE5

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

Shades of Perano #AAACE5

Tints of Perano #AAACE5

Color information

#AAACE5 (or 0xAAACE5) is unknown color: approx Perano. HEX triplet: AA, AC and E5. RGB value is (170,172,229). Sum of RGB (Red+Green+Blue) = 170+172+229=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACE5 is #55531A. Grayscale: #B1B1B1. Windows color (decimal): -5591835 or 15051946. OLE color: 15051946.

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

Color convert

RGB170172229-
CMYK0.260.2500.10
HSL237.97º53.15%78.24%-
HSV(B)237.97º25.76%89.8%-
XYZ45.4743.7180.17-
YUV177.9156.84122.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=29.77%
G=30.12%
B=40.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701722290.260.2500.10237.9753.1578.24
HexAAACE51A190Aee354e
Octal252254345323101235665116
Binary101010101010110011100101110101100101010111011101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACE5; }

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

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

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

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

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

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

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

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