#AAACEC

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

Shades of Perano #AAACEC

Tints of Perano #AAACEC

Color information

#AAACEC (or 0xAAACEC) is unknown color: approx Perano. HEX triplet: AA, AC and EC. RGB value is (170,172,236). Sum of RGB (Red+Green+Blue) = 170+172+236=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACEC is #555313. Grayscale: #B2B2B2. Windows color (decimal): -5591828 or 15510698. OLE color: 15510698.

HSL color Cylindrical-coordinate representation of color #AAACEC: hue angle of 238.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAACEC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170172236-
CMYK0.280.2700.07
HSL238.18º63.46%79.61%-
HSV(B)238.18º27.97%92.55%-
XYZ46.4744.1185.42-
YUV178.7160.34121.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=29.41%
G=29.76%
B=40.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701722360.280.2700.07238.1863.4679.61
HexAAACEC1C1B07ee3f50
Octal25225435434330735677120
Binary10101010101011001110110011100110110111111011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACEC; }

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

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

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

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

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

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

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

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