#A3BADE

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

Shades of Light Steel Blue #A3BADE

Tints of Light Steel Blue #A3BADE

Color information

#A3BADE (or 0xA3BADE) is unknown color: approx Light Steel Blue. HEX triplet: A3, BA and DE. RGB value is (163,186,222). Sum of RGB (Red+Green+Blue) = 163+186+222=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BADE is #5C4521. Grayscale: #B7B7B7. Windows color (decimal): -6047010 or 14596771. OLE color: 14596771.

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

Color convert

RGB163186222-
CMYK0.270.1600.13
HSL216.61º47.2%75.49%-
HSV(B)216.61º26.58%87.06%-
XYZ45.8548.1875.99-
YUV183.23149.88113.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=28.55%
G=32.57%
B=38.88%

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
Decimal1631862220.270.1600.13216.6147.275.49
HexA3BADE1B100Dd92f4b
Octal243272336332001533157113
Binary101000111011101011011110110111000001101110110011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BADE; }

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

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

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

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

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

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

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

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