#A9BAD9

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

Shades of Light Steel Blue #A9BAD9

Tints of Light Steel Blue #A9BAD9

Color information

#A9BAD9 (or 0xA9BAD9) is unknown color: approx Light Steel Blue. HEX triplet: A9, BA and D9. RGB value is (169,186,217). Sum of RGB (Red+Green+Blue) = 169+186+217=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAD9 is #564526. Grayscale: #B8B8B8. Windows color (decimal): -5653799 or 14269097. OLE color: 14269097.

HSL color Cylindrical-coordinate representation of color #A9BAD9: hue angle of 218.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9BAD9 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169186217-
CMYK0.220.1400.15
HSL218.75º38.71%75.69%-
HSV(B)218.75º22.12%85.1%-
XYZ46.4548.5672.57-
YUV184.45146.37116.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=29.55%
G=32.52%
B=37.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691862170.220.1400.15218.7538.7175.69
HexA9BAD916E0Fdb274c
Octal251272331261601733347114
Binary10101001101110101101100110110111001111110110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAD9; }

 p { color: rgb(169,186,217); }

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

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

 a { background-color: rgb(169,186,217); }

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

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

 span { border-color: rgb(169,186,217); }

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