#A3B8DD

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

Shades of Light Steel Blue #A3B8DD

Tints of Light Steel Blue #A3B8DD

Color information

#A3B8DD (or 0xA3B8DD) is unknown color: approx Light Steel Blue. HEX triplet: A3, B8 and DD. RGB value is (163,184,221). Sum of RGB (Red+Green+Blue) = 163+184+221=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8DD is #5C4722. Grayscale: #B5B5B5. Windows color (decimal): -6047523 or 14530723. OLE color: 14530723.

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

Color convert

RGB163184221-
CMYK0.260.1700.13
HSL218.28º46.03%75.29%-
HSV(B)218.28º26.24%86.67%-
XYZ45.347.2975.15-
YUV181.94150.04114.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=28.70%
G=32.39%
B=38.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631842210.260.1700.13218.2846.0375.29
HexA3B8DD1A110Dda2e4b
Octal243270335322101533256113
Binary101000111011100011011101110101000101101110110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8DD; }

 p { color: rgb(163,184,221); }

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

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

 a { background-color: rgb(163,184,221); }

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

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

 span { border-color: rgb(163,184,221); }

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