#A3BEDC

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

Shades of Light Steel Blue #A3BEDC

Tints of Light Steel Blue #A3BEDC

Color information

#A3BEDC (or 0xA3BEDC) is unknown color: approx Light Steel Blue. HEX triplet: A3, BE and DC. RGB value is (163,190,220). Sum of RGB (Red+Green+Blue) = 163+190+220=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEDC is #5C4123. Grayscale: #B9B9B9. Windows color (decimal): -6045988 or 14466723. OLE color: 14466723.

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

Color convert

RGB163190220-
CMYK0.260.1400.14
HSL211.58º44.88%75.1%-
HSV(B)211.58º25.91%86.27%-
XYZ46.4449.7874.87-
YUV185.35147.55112.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.45%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=28.45%
G=33.16%
B=38.39%

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
Decimal1631902200.260.1400.14211.5844.8875.1
HexA3BEDC1AE0Ed42d4b
Octal243276334321601632455113
Binary10100011101111101101110011010111001110110101001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEDC; }

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

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

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

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

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

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

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

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