#A9BADA

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

Shades of Light Steel Blue #A9BADA

Tints of Light Steel Blue #A9BADA

Color information

#A9BADA (or 0xA9BADA) is unknown color: approx Light Steel Blue. HEX triplet: A9, BA and DA. RGB value is (169,186,218). Sum of RGB (Red+Green+Blue) = 169+186+218=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BADA is #564525. Grayscale: #B8B8B8. Windows color (decimal): -5653798 or 14334633. OLE color: 14334633.

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

Color convert

RGB169186218-
CMYK0.220.1500.15
HSL219.18º39.84%75.88%-
HSV(B)219.18º22.48%85.49%-
XYZ46.5848.6173.26-
YUV184.56146.87116.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=29.49%
G=32.46%
B=38.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691862180.220.1500.15219.1839.8475.88
HexA9BADA16F0Fdb284c
Octal251272332261701733350114
Binary10101001101110101101101010110111101111110110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BADA; }

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

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

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

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

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

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

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

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