#A0B3F8

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

Shades of Perano #A0B3F8

Tints of Perano #A0B3F8

Color information

#A0B3F8 (or 0xA0B3F8) is unknown color: approx Perano. HEX triplet: A0, B3 and F8. RGB value is (160,179,248). Sum of RGB (Red+Green+Blue) = 160+179+248=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0B3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B3F8 is #5F4C07. Grayscale: #B4B4B4. Windows color (decimal): -6245384 or 16298912. OLE color: 16298912.

HSL color Cylindrical-coordinate representation of color #A0B3F8: hue angle of 227.05º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0B3F8 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160179248-
CMYK0.350.2800.03
HSL227.05º86.27%80%-
HSV(B)227.05º35.48%97.25%-
XYZ47.5646.4995.27-
YUV181.18165.71112.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 248 (97.27% from 255) = 42.25%
R=27.26%
G=30.49%
B=42.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601792480.350.2800.03227.0586.2780
HexA0B3F8231C03e35650
Octal240263370433403343126120
Binary101000001011001111111000100011111000111110001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3F8; }

 p { color: rgb(160,179,248); }

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

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

 a { background-color: rgb(160,179,248); }

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

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

 span { border-color: rgb(160,179,248); }

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