#A3BEDB

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

Shades of Light Steel Blue #A3BEDB

Tints of Light Steel Blue #A3BEDB

Color information

#A3BEDB (or 0xA3BEDB) is unknown color: approx Light Steel Blue. HEX triplet: A3, BE and DB. RGB value is (163,190,219). Sum of RGB (Red+Green+Blue) = 163+190+219=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEDB is #5C4124. Grayscale: #B9B9B9. Windows color (decimal): -6045989 or 14401187. OLE color: 14401187.

HSL color Cylindrical-coordinate representation of color #A3BEDB: hue angle of 211.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BEDB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163190219-
CMYK0.260.1300.14
HSL211.07º43.75%74.9%-
HSV(B)211.07º25.57%85.88%-
XYZ46.349.7374.18-
YUV185.23147.05112.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=28.50%
G=33.22%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631902190.260.1300.14211.0743.7574.9
HexA3BEDB1AD0Ed32c4b
Octal243276333321501632354113
Binary10100011101111101101101111010110101110110100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEDB; }

 p { color: rgb(163,190,219); }

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

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

 a { background-color: rgb(163,190,219); }

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

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

 span { border-color: rgb(163,190,219); }

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