#A2BCDC

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

Shades of Light Steel Blue #A2BCDC

Tints of Light Steel Blue #A2BCDC

Color information

#A2BCDC (or 0xA2BCDC) is unknown color: approx Light Steel Blue. HEX triplet: A2, BC and DC. RGB value is (162,188,220). Sum of RGB (Red+Green+Blue) = 162+188+220=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCDC is #5D4323. Grayscale: #B7B7B7. Windows color (decimal): -6112036 or 14466210. OLE color: 14466210.

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

Color convert

RGB162188220-
CMYK0.260.1500.14
HSL213.1º45.31%74.9%-
HSV(B)213.1º26.36%86.27%-
XYZ45.848.8274.72-
YUV183.87148.39112.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.42%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=28.42%
G=32.98%
B=38.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621882200.260.1500.14213.145.3174.9
HexA2BCDC1AF0Ed52d4b
Octal242274334321701632555113
Binary10100010101111001101110011010111101110110101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCDC; }

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

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

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

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

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

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

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

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