#A5BCDB

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

Shades of Light Steel Blue #A5BCDB

Tints of Light Steel Blue #A5BCDB

Color information

#A5BCDB (or 0xA5BCDB) is unknown color: approx Light Steel Blue. HEX triplet: A5, BC and DB. RGB value is (165,188,219). Sum of RGB (Red+Green+Blue) = 165+188+219=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCDB is #5A4324. Grayscale: #B8B8B8. Windows color (decimal): -5915429 or 14400677. OLE color: 14400677.

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

Color convert

RGB165188219-
CMYK0.250.1400.14
HSL214.44º42.86%75.29%-
HSV(B)214.44º24.66%85.88%-
XYZ46.2949.0874.05-
YUV184.66147.38113.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=28.85%
G=32.87%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651882190.250.1400.14214.4442.8675.29
HexA5BCDB19E0Ed62b4b
Octal245274333311601632653113
Binary10100101101111001101101111001111001110110101101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCDB; }

 p { color: rgb(165,188,219); }

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

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

 a { background-color: rgb(165,188,219); }

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

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

 span { border-color: rgb(165,188,219); }

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