#A5BAD8

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

Shades of Light Steel Blue #A5BAD8

Tints of Light Steel Blue #A5BAD8

Color information

#A5BAD8 (or 0xA5BAD8) is unknown color: approx Light Steel Blue. HEX triplet: A5, BA and D8. RGB value is (165,186,216). Sum of RGB (Red+Green+Blue) = 165+186+216=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5BAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAD8 is #5A4527. Grayscale: #B7B7B7. Windows color (decimal): -5915944 or 14203557. OLE color: 14203557.

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

Color convert

RGB165186216-
CMYK0.240.1400.15
HSL215.29º39.53%74.71%-
HSV(B)215.29º23.61%84.71%-
XYZ45.4748.0871.85-
YUV183.14146.54115.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.10%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=29.10%
G=32.80%
B=38.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651862160.240.1400.15215.2939.5374.71
HexA5BAD818E0Fd7284b
Octal245272330301601732750113
Binary10100101101110101101100011000111001111110101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAD8; }

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

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

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

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

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

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

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

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