#A2BCDD

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

Shades of Light Steel Blue #A2BCDD

Tints of Light Steel Blue #A2BCDD

Color information

#A2BCDD (or 0xA2BCDD) is unknown color: approx Light Steel Blue. HEX triplet: A2, BC and DD. RGB value is (162,188,221). Sum of RGB (Red+Green+Blue) = 162+188+221=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCDD is #5D4322. Grayscale: #B7B7B7. Windows color (decimal): -6112035 or 14531746. OLE color: 14531746.

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

Color convert

RGB162188221-
CMYK0.270.1500.13
HSL213.56º46.46%75.1%-
HSV(B)213.56º26.7%86.67%-
XYZ45.9348.8775.42-
YUV183.99148.89112.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=28.37%
G=32.92%
B=38.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621882210.270.1500.13213.5646.4675.1
HexA2BCDD1BF0Dd62e4b
Octal242274335331701532656113
Binary10100010101111001101110111011111101101110101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCDD; }

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

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

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

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

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

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

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

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