#A3BBDF

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

Shades of Light Steel Blue #A3BBDF

Tints of Light Steel Blue #A3BBDF

Color information

#A3BBDF (or 0xA3BBDF) is unknown color: approx Light Steel Blue. HEX triplet: A3, BB and DF. RGB value is (163,187,223). Sum of RGB (Red+Green+Blue) = 163+187+223=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBDF is #5C4420. Grayscale: #B7B7B7. Windows color (decimal): -6046753 or 14662563. OLE color: 14662563.

HSL color Cylindrical-coordinate representation of color #A3BBDF: hue angle of 216º 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 #A3BBDF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163187223-
CMYK0.270.1600.13
HSL216º48.39%75.69%-
HSV(B)216º26.91%87.45%-
XYZ46.1948.6576.77-
YUV183.93150.05113.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.45%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=28.45%
G=32.64%
B=38.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631872230.270.1600.1321648.3975.69
HexA3BBDF1B100Dd8304c
Octal243273337332001533060114
Binary101000111011101111011111110111000001101110110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBDF; }

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

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

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

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

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

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

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

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