#AAB8F9

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

Shades of Perano #AAB8F9

Tints of Perano #AAB8F9

Color information

#AAB8F9 (or 0xAAB8F9) is unknown color: approx Perano. HEX triplet: AA, B8 and F9. RGB value is (170,184,249). Sum of RGB (Red+Green+Blue) = 170+184+249=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F9 is #554706. Grayscale: #BABABA. Windows color (decimal): -5588743 or 16365738. OLE color: 16365738.

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

Color convert

RGB170184249-
CMYK0.320.2600.02
HSL229.37º86.81%82.16%-
HSV(B)229.37º31.73%97.65%-
XYZ50.8249.6796.53-
YUV187.22162.86115.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=28.19%
G=30.51%
B=41.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701842490.320.2600.02229.3786.8182.16
HexAAB8F9201A02e55752
Octal252270371403202345127122
Binary101010101011100011111001100000110100101110010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8F9; }

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

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

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

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

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

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

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

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