#A9BDD9

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

Shades of Light Steel Blue #A9BDD9

Tints of Light Steel Blue #A9BDD9

Color information

#A9BDD9 (or 0xA9BDD9) is unknown color: approx Light Steel Blue. HEX triplet: A9, BD and D9. RGB value is (169,189,217). Sum of RGB (Red+Green+Blue) = 169+189+217=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDD9 is #564226. Grayscale: #BABABA. Windows color (decimal): -5653031 or 14269865. OLE color: 14269865.

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

Color convert

RGB169189217-
CMYK0.220.1300.15
HSL215º38.71%75.69%-
HSV(B)215º22.12%85.1%-
XYZ47.0849.8472.78-
YUV186.21145.37115.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=29.39%
G=32.87%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691892170.220.1300.1521538.7175.69
HexA9BDD916D0Fd7274c
Octal251275331261501732747114
Binary10101001101111011101100110110110101111110101111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDD9; }

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

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

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

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

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

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

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

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