#A3BDDC

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

Shades of Light Steel Blue #A3BDDC

Tints of Light Steel Blue #A3BDDC

Color information

#A3BDDC (or 0xA3BDDC) is unknown color: approx Light Steel Blue. HEX triplet: A3, BD and DC. RGB value is (163,189,220). Sum of RGB (Red+Green+Blue) = 163+189+220=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDC is #5C4223. Grayscale: #B8B8B8. Windows color (decimal): -6046244 or 14466467. OLE color: 14466467.

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

Color convert

RGB163189220-
CMYK0.260.1400.14
HSL212.63º44.88%75.1%-
HSV(B)212.63º25.91%86.27%-
XYZ46.2249.3574.8-
YUV184.76147.89112.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=28.50%
G=33.04%
B=38.46%

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
Decimal1631892200.260.1400.14212.6344.8875.1
HexA3BDDC1AE0Ed52d4b
Octal243275334321601632555113
Binary10100011101111011101110011010111001110110101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDDC; }

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

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

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

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

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

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

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

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