#A5B9DC

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

Shades of Light Steel Blue #A5B9DC

Tints of Light Steel Blue #A5B9DC

Color information

#A5B9DC (or 0xA5B9DC) is unknown color: approx Light Steel Blue. HEX triplet: A5, B9 and DC. RGB value is (165,185,220). Sum of RGB (Red+Green+Blue) = 165+185+220=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 185 (72.66% from 255 or 32.46% 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 #A5B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9DC is #5A4623. Grayscale: #B6B6B6. Windows color (decimal): -5916196 or 14465445. OLE color: 14465445.

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

Color convert

RGB165185220-
CMYK0.250.1600.14
HSL218.18º44%75.49%-
HSV(B)218.18º25%86.27%-
XYZ45.7847.8674.54-
YUV183.01148.87115.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=28.95%
G=32.46%
B=38.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651852200.250.1600.14218.184475.49
HexA5B9DC19100Eda2c4b
Octal245271334312001633254113
Binary101001011011100111011100110011000001110110110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9DC; }

 p { color: rgb(165,185,220); }

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

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

 a { background-color: rgb(165,185,220); }

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

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

 span { border-color: rgb(165,185,220); }

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