#A9BBD9

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

Shades of Light Steel Blue #A9BBD9

Tints of Light Steel Blue #A9BBD9

Color information

#A9BBD9 (or 0xA9BBD9) is unknown color: approx Light Steel Blue. HEX triplet: A9, BB and D9. RGB value is (169,187,217). Sum of RGB (Red+Green+Blue) = 169+187+217=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9BBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD9 is #564426. Grayscale: #B8B8B8. Windows color (decimal): -5653543 or 14269353. OLE color: 14269353.

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

Color convert

RGB169187217-
CMYK0.220.1400.15
HSL217.5º38.71%75.69%-
HSV(B)217.5º22.12%85.1%-
XYZ46.6648.9972.64-
YUV185.04146.04116.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=29.49%
G=32.64%
B=37.87%

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
Decimal1691872170.220.1400.15217.538.7175.69
HexA9BBD916E0Fda274c
Octal251273331261601733247114
Binary10101001101110111101100110110111001111110110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBD9; }

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

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

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

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

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

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

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

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