#AAACE9

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

Shades of Perano #AAACE9

Tints of Perano #AAACE9

Color information

#AAACE9 (or 0xAAACE9) is unknown color: approx Perano. HEX triplet: AA, AC and E9. RGB value is (170,172,233). Sum of RGB (Red+Green+Blue) = 170+172+233=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACE9 is #555316. Grayscale: #B2B2B2. Windows color (decimal): -5591831 or 15314090. OLE color: 15314090.

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

Color convert

RGB170172233-
CMYK0.270.2600.09
HSL238.1º58.88%79.02%-
HSV(B)238.1º27.04%91.37%-
XYZ46.0443.9383.14-
YUV178.36158.84122.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 233 (91.41% from 255) = 40.52%
R=29.57%
G=29.91%
B=40.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701722330.270.2600.09238.158.8879.02
HexAAACE91B1A09ee3b4f
Octal252254351333201135673117
Binary101010101010110011101001110111101001001111011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACE9; }

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

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

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

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

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

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

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

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