#A9BADB

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

Shades of Light Steel Blue #A9BADB

Tints of Light Steel Blue #A9BADB

Color information

#A9BADB (or 0xA9BADB) is unknown color: approx Light Steel Blue. HEX triplet: A9, BA and DB. RGB value is (169,186,219). Sum of RGB (Red+Green+Blue) = 169+186+219=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BADB is #564524. Grayscale: #B8B8B8. Windows color (decimal): -5653797 or 14400169. OLE color: 14400169.

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

Color convert

RGB169186219-
CMYK0.230.1500.14
HSL219.6º40.98%76.08%-
HSV(B)219.6º22.83%85.88%-
XYZ46.7148.6773.95-
YUV184.68147.37116.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=29.44%
G=32.40%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691862190.230.1500.14219.640.9876.08
HexA9BADB17F0Edc294c
Octal251272333271701633451114
Binary10101001101110101101101110111111101110110111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BADB; }

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

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

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

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

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

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

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

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