#AAC1F9

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

Shades of Perano #AAC1F9

Tints of Perano #AAC1F9

Color information

#AAC1F9 (or 0xAAC1F9) is unknown color: approx Perano. HEX triplet: AA, C1 and F9. RGB value is (170,193,249). Sum of RGB (Red+Green+Blue) = 170+193+249=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAC1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC1F9 is #553E06. Grayscale: #C0C0C0. Windows color (decimal): -5586439 or 16368042. OLE color: 16368042.

HSL color Cylindrical-coordinate representation of color #AAC1F9: hue angle of 222.53º 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 #AAC1F9 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170193249-
CMYK0.320.2200.02
HSL222.53º86.81%82.16%-
HSV(B)222.53º31.73%97.65%-
XYZ52.7553.5397.17-
YUV192.51159.88111.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=27.78%
G=31.54%
B=40.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701932490.320.2200.02222.5386.8182.16
HexAAC1F9201602df5752
Octal252301371402602337127122
Binary101010101100000111111001100000101100101101111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1F9; }

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

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

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

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

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

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

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

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