#A1BCDC

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

Shades of Light Steel Blue #A1BCDC

Tints of Light Steel Blue #A1BCDC

Color information

#A1BCDC (or 0xA1BCDC) is unknown color: approx Light Steel Blue. HEX triplet: A1, BC and DC. RGB value is (161,188,220). Sum of RGB (Red+Green+Blue) = 161+188+220=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCDC is #5E4323. Grayscale: #B7B7B7. Windows color (decimal): -6177572 or 14466209. OLE color: 14466209.

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

Color convert

RGB161188220-
CMYK0.270.1500.14
HSL212.54º45.74%74.71%-
HSV(B)212.54º26.82%86.27%-
XYZ45.648.7174.71-
YUV183.58148.55111.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=28.30%
G=33.04%
B=38.66%

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
Decimal1611882200.270.1500.14212.5445.7474.71
HexA1BCDC1BF0Ed52e4b
Octal241274334331701632556113
Binary10100001101111001101110011011111101110110101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCDC; }

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

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

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

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

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

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

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

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