#A3BADF

Color #A3BADF Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #A3BADF

Tints of Light Steel Blue #A3BADF

Color information

#A3BADF (or 0xA3BADF) is unknown color: approx Light Steel Blue. HEX triplet: A3, BA and DF. RGB value is (163,186,223). Sum of RGB (Red+Green+Blue) = 163+186+223=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BADF is #5C4520. Grayscale: #B7B7B7. Windows color (decimal): -6047009 or 14662307. OLE color: 14662307.

HSL color Cylindrical-coordinate representation of color #A3BADF: hue angle of 217º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3BADF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163186223-
CMYK0.270.1700.13
HSL217º48.39%75.69%-
HSV(B)217º26.91%87.45%-
XYZ45.9848.2376.7-
YUV183.34150.38113.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=28.50%
G=32.52%
B=38.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631862230.270.1700.1321748.3975.69
HexA3BADF1B110Dd9304c
Octal243272337332101533160114
Binary101000111011101011011111110111000101101110110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BADF; }

 p { color: rgb(163,186,223); }

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

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

 a { background-color: rgb(163,186,223); }

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

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

 span { border-color: rgb(163,186,223); }

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