#A3BBD7

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

Shades of Light Steel Blue #A3BBD7

Tints of Light Steel Blue #A3BBD7

Color information

#A3BBD7 (or 0xA3BBD7) is unknown color: approx Light Steel Blue. HEX triplet: A3, BB and D7. RGB value is (163,187,215). Sum of RGB (Red+Green+Blue) = 163+187+215=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #A3BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBD7 is #5C4428. Grayscale: #B6B6B6. Windows color (decimal): -6046761 or 14138275. OLE color: 14138275.

HSL color Cylindrical-coordinate representation of color #A3BBD7: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3BBD7 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163187215-
CMYK0.240.1300.16
HSL212.31º39.39%74.12%-
HSV(B)212.31º24.19%84.31%-
XYZ45.1448.2371.22-
YUV183.02146.05113.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=28.85%
G=33.10%
B=38.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631872150.240.1300.16212.3139.3974.12
HexA3BBD718D010d4274a
Octal243273327301502032447112
Binary101000111011101111010111110001101010000110101001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBD7; }

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

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

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

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

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

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

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

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