#A2BCDB

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

Shades of Light Steel Blue #A2BCDB

Tints of Light Steel Blue #A2BCDB

Color information

#A2BCDB (or 0xA2BCDB) is unknown color: approx Light Steel Blue. HEX triplet: A2, BC and DB. RGB value is (162,188,219). Sum of RGB (Red+Green+Blue) = 162+188+219=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCDB is #5D4324. Grayscale: #B7B7B7. Windows color (decimal): -6112037 or 14400674. OLE color: 14400674.

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

Color convert

RGB162188219-
CMYK0.260.1400.14
HSL212.63º44.19%74.71%-
HSV(B)212.63º26.03%85.88%-
XYZ45.6748.7674.02-
YUV183.76147.89112.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=28.47%
G=33.04%
B=38.49%

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
Decimal1621882190.260.1400.14212.6344.1974.71
HexA2BCDB1AE0Ed52c4b
Octal242274333321601632554113
Binary10100010101111001101101111010111001110110101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCDB; }

 p { color: rgb(162,188,219); }

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

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

 a { background-color: rgb(162,188,219); }

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

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

 span { border-color: rgb(162,188,219); }

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