#AAACEF

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

Shades of Perano #AAACEF

Tints of Perano #AAACEF

Color information

#AAACEF (or 0xAAACEF) is unknown color: approx Perano. HEX triplet: AA, AC and EF. RGB value is (170,172,239). Sum of RGB (Red+Green+Blue) = 170+172+239=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACEF is #555310. Grayscale: #B2B2B2. Windows color (decimal): -5591825 or 15707306. OLE color: 15707306.

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

Color convert

RGB170172239-
CMYK0.290.2800.06
HSL238.26º68.32%80.2%-
HSV(B)238.26º28.87%93.73%-
XYZ46.9144.2887.74-
YUV179.04161.84121.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=29.26%
G=29.60%
B=41.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701722390.290.2800.06238.2668.3280.2
HexAAACEF1D1C06ee4450
Octal252254357353406356104120
Binary101010101010110011101111111011110001101110111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACEF; }

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

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

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

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

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

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

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

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