#A3BBDE

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

Shades of Light Steel Blue #A3BBDE

Tints of Light Steel Blue #A3BBDE

Color information

#A3BBDE (or 0xA3BBDE) is unknown color: approx Light Steel Blue. HEX triplet: A3, BB and DE. RGB value is (163,187,222). Sum of RGB (Red+Green+Blue) = 163+187+222=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBDE is #5C4421. Grayscale: #B7B7B7. Windows color (decimal): -6046754 or 14597027. OLE color: 14597027.

HSL color Cylindrical-coordinate representation of color #A3BBDE: hue angle of 215.59º 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 #A3BBDE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163187222-
CMYK0.270.1600.13
HSL215.59º47.2%75.49%-
HSV(B)215.59º26.58%87.06%-
XYZ46.0648.676.06-
YUV183.81149.55113.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=28.50%
G=32.69%
B=38.81%

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
Decimal1631872220.270.1600.13215.5947.275.49
HexA3BBDE1B100Dd82f4b
Octal243273336332001533057113
Binary101000111011101111011110110111000001101110110001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBDE; }

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

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

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

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

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

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

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

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