#AAC0F9

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

Shades of Perano #AAC0F9

Tints of Perano #AAC0F9

Color information

#AAC0F9 (or 0xAAC0F9) is unknown color: approx Perano. HEX triplet: AA, C0 and F9. RGB value is (170,192,249). Sum of RGB (Red+Green+Blue) = 170+192+249=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0F9 is #553F06. Grayscale: #BFBFBF. Windows color (decimal): -5586695 or 16367786. OLE color: 16367786.

HSL color Cylindrical-coordinate representation of color #AAC0F9: hue angle of 223.29º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC0F9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170192249-
CMYK0.320.2300.02
HSL223.29º86.81%82.16%-
HSV(B)223.29º31.73%97.65%-
XYZ52.5353.0897.1-
YUV191.92160.21112.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=27.82%
G=31.42%
B=40.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701922490.320.2300.02223.2986.8182.16
HexAAC0F9201702df5752
Octal252300371402702337127122
Binary101010101100000011111001100000101110101101111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0F9; }

 p { color: rgb(170,192,249); }

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

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

 a { background-color: rgb(170,192,249); }

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

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

 span { border-color: rgb(170,192,249); }

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