#AAACEE

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

Shades of Perano #AAACEE

Tints of Perano #AAACEE

Color information

#AAACEE (or 0xAAACEE) is unknown color: approx Perano. HEX triplet: AA, AC and EE. RGB value is (170,172,238). Sum of RGB (Red+Green+Blue) = 170+172+238=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACEE is #555311. Grayscale: #B2B2B2. Windows color (decimal): -5591826 or 15641770. OLE color: 15641770.

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

Color convert

RGB170172238-
CMYK0.290.2800.07
HSL238.24º66.67%80%-
HSV(B)238.24º28.57%93.33%-
XYZ46.7644.2286.96-
YUV178.93161.34121.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=29.31%
G=29.66%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701722380.290.2800.07238.2466.6780
HexAAACEE1D1C07ee4350
Octal252254356353407356103120
Binary101010101010110011101110111011110001111110111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACEE; }

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

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

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

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

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

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

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

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