#A1B9FC

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

Shades of Perano #A1B9FC

Tints of Perano #A1B9FC

Color information

#A1B9FC (or 0xA1B9FC) is unknown color: approx Perano. HEX triplet: A1, B9 and FC. RGB value is (161,185,252). Sum of RGB (Red+Green+Blue) = 161+185+252=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1B9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B9FC is #5E4603. Grayscale: #B9B9B9. Windows color (decimal): -6178308 or 16562593. OLE color: 16562593.

HSL color Cylindrical-coordinate representation of color #A1B9FC: hue angle of 224.18º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B9FC is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161185252-
CMYK0.360.2700.01
HSL224.18º93.81%80.98%-
HSV(B)224.18º36.11%98.82%-
XYZ49.6249.399-
YUV185.46165.55110.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 252 (98.83% from 255) = 42.14%
R=26.92%
G=30.94%
B=42.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611852520.360.2700.01224.1893.8180.98
HexA1B9FC241B01e05e51
Octal241271374443301340136121
Binary10100001101110011111110010010011011011110000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9FC; }

 p { color: rgb(161,185,252); }

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

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

 a { background-color: rgb(161,185,252); }

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

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

 span { border-color: rgb(161,185,252); }

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