#AAACE6

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

Shades of Perano #AAACE6

Tints of Perano #AAACE6

Color information

#AAACE6 (or 0xAAACE6) is unknown color: approx Perano. HEX triplet: AA, AC and E6. RGB value is (170,172,230). Sum of RGB (Red+Green+Blue) = 170+172+230=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACE6 is #555319. Grayscale: #B1B1B1. Windows color (decimal): -5591834 or 15117482. OLE color: 15117482.

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

Color convert

RGB170172230-
CMYK0.260.2500.10
HSL238º54.55%78.43%-
HSV(B)238º26.09%90.2%-
XYZ45.6143.7680.91-
YUV178.01157.34122.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 230 (90.23% from 255) = 40.21%
R=29.72%
G=30.07%
B=40.21%

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
Decimal1701722300.260.2500.1023854.5578.43
HexAAACE61A190Aee374e
Octal252254346323101235667116
Binary101010101010110011100110110101100101010111011101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACE6; }

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

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

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

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

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

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

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

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