#A4BCDC

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

Shades of Light Steel Blue #A4BCDC

Tints of Light Steel Blue #A4BCDC

Color information

#A4BCDC (or 0xA4BCDC) is unknown color: approx Light Steel Blue. HEX triplet: A4, BC and DC. RGB value is (164,188,220). Sum of RGB (Red+Green+Blue) = 164+188+220=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCDC is #5B4323. Grayscale: #B8B8B8. Windows color (decimal): -5980964 or 14466212. OLE color: 14466212.

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

Color convert

RGB164188220-
CMYK0.250.1500.14
HSL214.29º44.44%75.29%-
HSV(B)214.29º25.45%86.27%-
XYZ46.2149.0374.74-
YUV184.47148.05113.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=28.67%
G=32.87%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641882200.250.1500.14214.2944.4475.29
HexA4BCDC19F0Ed62c4b
Octal244274334311701632654113
Binary10100100101111001101110011001111101110110101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCDC; }

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

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

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

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

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

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

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

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