#A3BDDB

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

Shades of Light Steel Blue #A3BDDB

Tints of Light Steel Blue #A3BDDB

Color information

#A3BDDB (or 0xA3BDDB) is unknown color: approx Light Steel Blue. HEX triplet: A3, BD and DB. RGB value is (163,189,219). Sum of RGB (Red+Green+Blue) = 163+189+219=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDB is #5C4224. Grayscale: #B8B8B8. Windows color (decimal): -6046245 or 14400931. OLE color: 14400931.

HSL color Cylindrical-coordinate representation of color #A3BDDB: hue angle of 212.14º 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 #A3BDDB is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163189219-
CMYK0.260.1400.14
HSL212.14º43.75%74.9%-
HSV(B)212.14º25.57%85.88%-
XYZ46.0949.374.1-
YUV184.65147.39112.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=28.55%
G=33.10%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631892190.260.1400.14212.1443.7574.9
HexA3BDDB1AE0Ed42c4b
Octal243275333321601632454113
Binary10100011101111011101101111010111001110110101001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDDB; }

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

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

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

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

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

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

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

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