#A0BCDC

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

Shades of Light Steel Blue #A0BCDC

Tints of Light Steel Blue #A0BCDC

Color information

#A0BCDC (or 0xA0BCDC) is unknown color: approx Light Steel Blue. HEX triplet: A0, BC and DC. RGB value is (160,188,220). Sum of RGB (Red+Green+Blue) = 160+188+220=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDC is #5F4323. Grayscale: #B7B7B7. Windows color (decimal): -6243108 or 14466208. OLE color: 14466208.

HSL color Cylindrical-coordinate representation of color #A0BCDC: hue angle of 212º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0BCDC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160188220-
CMYK0.270.1500.14
HSL212º46.15%74.51%-
HSV(B)212º27.27%86.27%-
XYZ45.448.6174.7-
YUV183.28148.72111.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=28.17%
G=33.10%
B=38.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601882200.270.1500.1421246.1574.51
HexA0BCDC1BF0Ed42e4b
Octal240274334331701632456113
Binary10100000101111001101110011011111101110110101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCDC; }

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

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

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

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

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

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

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

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