#A5BCD9

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

Shades of Light Steel Blue #A5BCD9

Tints of Light Steel Blue #A5BCD9

Color information

#A5BCD9 (or 0xA5BCD9) is unknown color: approx Light Steel Blue. HEX triplet: A5, BC and D9. RGB value is (165,188,217). Sum of RGB (Red+Green+Blue) = 165+188+217=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #A5BCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCD9 is #5A4326. Grayscale: #B8B8B8. Windows color (decimal): -5915431 or 14269605. OLE color: 14269605.

HSL color Cylindrical-coordinate representation of color #A5BCD9: hue angle of 213.46º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5BCD9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165188217-
CMYK0.240.1300.15
HSL213.46º40.62%74.9%-
HSV(B)213.46º23.96%85.1%-
XYZ46.0248.9872.67-
YUV184.43146.38114.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=28.95%
G=32.98%
B=38.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651882170.240.1300.15213.4640.6274.9
HexA5BCD918D0Fd5294b
Octal245274331301501732551113
Binary10100101101111001101100111000110101111110101011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCD9; }

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

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

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

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

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

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

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

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