#A9BDDB

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

Shades of Light Steel Blue #A9BDDB

Tints of Light Steel Blue #A9BDDB

Color information

#A9BDDB (or 0xA9BDDB) is unknown color: approx Light Steel Blue. HEX triplet: A9, BD and DB. RGB value is (169,189,219). Sum of RGB (Red+Green+Blue) = 169+189+219=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDDB is #564224. Grayscale: #BABABA. Windows color (decimal): -5653029 or 14400937. OLE color: 14400937.

HSL color Cylindrical-coordinate representation of color #A9BDDB: hue angle of 216º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9BDDB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169189219-
CMYK0.230.1400.14
HSL216º40.98%76.08%-
HSV(B)216º22.83%85.88%-
XYZ47.3549.9474.16-
YUV186.44146.37115.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.29%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=29.29%
G=32.76%
B=37.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691892190.230.1400.1421640.9876.08
HexA9BDDB17E0Ed8294c
Octal251275333271601633051114
Binary10101001101111011101101110111111001110110110001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDDB; }

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

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

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

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

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

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

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

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