#A0B7F9

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

Shades of Perano #A0B7F9

Tints of Perano #A0B7F9

Color information

#A0B7F9 (or 0xA0B7F9) is unknown color: approx Perano. HEX triplet: A0, B7 and F9. RGB value is (160,183,249). Sum of RGB (Red+Green+Blue) = 160+183+249=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #A0B7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B7F9 is #5F4806. Grayscale: #B7B7B7. Windows color (decimal): -6244359 or 16365472. OLE color: 16365472.

HSL color Cylindrical-coordinate representation of color #A0B7F9: hue angle of 224.49º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B7F9 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160183249-
CMYK0.360.2700.02
HSL224.49º88.12%80.2%-
HSV(B)224.49º35.74%97.65%-
XYZ48.5348.1896.36-
YUV183.65164.88111.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.03%
GREEN value IS 183 (71.88% from 255) = 30.91%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=27.03%
G=30.91%
B=42.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601832490.360.2700.02224.4988.1280.2
HexA0B7F9241B02e05850
Octal240267371443302340130120
Binary101000001011011111111001100100110110101110000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B7F9; }

 p { color: rgb(160,183,249); }

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

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

 a { background-color: rgb(160,183,249); }

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

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

 span { border-color: rgb(160,183,249); }

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