#AAACF0

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

Shades of Perano #AAACF0

Tints of Perano #AAACF0

Color information

#AAACF0 (or 0xAAACF0) is unknown color: approx Perano. HEX triplet: AA, AC and F0. RGB value is (170,172,240). Sum of RGB (Red+Green+Blue) = 170+172+240=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF0 is #55530F. Grayscale: #B2B2B2. Windows color (decimal): -5591824 or 15772842. OLE color: 15772842.

HSL color Cylindrical-coordinate representation of color #AAACF0: hue angle of 238.29º degrees, saturation: 0.7, 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 #AAACF0 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170172240-
CMYK0.290.2800.06
HSL238.29º70%80.39%-
HSV(B)238.29º29.17%94.12%-
XYZ47.0644.3488.52-
YUV179.15162.34121.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 240 (94.14% from 255) = 41.24%
R=29.21%
G=29.55%
B=41.24%

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
Decimal1701722400.290.2800.06238.297080.39
HexAAACF01D1C06ee4650
Octal252254360353406356106120
Binary101010101010110011110000111011110001101110111010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACF0; }

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

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

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

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

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

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

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

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