Html Css Color HEX #A3BADF Light Steel Blue

📋 copy color: '#A3BADF'

red 163 ◦ green 186 ◦ blue 223

#A3BADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #A3BADF

Tints of Light Steel Blue #A3BADF

RGB

 RED value IS 163 (64.06% from 255) = 28.5%

 GREEN value IS 186 (73.05% from 255) = 32.52%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 28.5%
G = 32.52%
B = 38.99%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A3BADF (or 0xA3BADF) is known color: 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

RGB 163 186 223 -
CMYK 0.27 0.17 0 0.13
HSL 217º 0.48% 0.76% -
HSV(B) 217º 0.27% 0.87% -
XYZ 45.98 48.23 76.7 -
YUV 183.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 163 186 223 0.27 0.17 0 0.13 217 0.48 0.76
Hex A3 BA DF 1B 11 0 D D9 30 4C
Octal 243 272 337 33 21 0 15 331 60 114
Binary 10100011 10111010 11011111 11011 10001 0 1101 11011001 110000 1001100

Color Harmonies of #A3BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BADF

Black with #A3BADF

Text Example


Text Example

White with #A3BADF

Text Example


Text Example

HTML Codes & Css Web 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>