#A5BADC

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

Shades of Light Steel Blue #A5BADC

Tints of Light Steel Blue #A5BADC

Color information

#A5BADC (or 0xA5BADC) is unknown color: approx Light Steel Blue. HEX triplet: A5, BA and DC. RGB value is (165,186,220). Sum of RGB (Red+Green+Blue) = 165+186+220=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BADC is #5A4523. Grayscale: #B7B7B7. Windows color (decimal): -5915940 or 14465701. OLE color: 14465701.

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

Color convert

RGB165186220-
CMYK0.250.1500.14
HSL217.09º44%75.49%-
HSV(B)217.09º25%86.27%-
XYZ45.9948.2874.61-
YUV183.6148.54114.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=28.90%
G=32.57%
B=38.53%

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
Decimal1651862200.250.1500.14217.094475.49
HexA5BADC19F0Ed92c4b
Octal245272334311701633154113
Binary10100101101110101101110011001111101110110110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BADC; }

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

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

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

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

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

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

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

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