#A9BADC

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

Shades of Light Steel Blue #A9BADC

Tints of Light Steel Blue #A9BADC

Color information

#A9BADC (or 0xA9BADC) is unknown color: approx Light Steel Blue. HEX triplet: A9, BA and DC. RGB value is (169,186,220). Sum of RGB (Red+Green+Blue) = 169+186+220=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BADC is #564523. Grayscale: #B8B8B8. Windows color (decimal): -5653796 or 14465705. OLE color: 14465705.

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

Color convert

RGB169186220-
CMYK0.230.1500.14
HSL220º42.15%76.27%-
HSV(B)220º23.18%86.27%-
XYZ46.8448.7274.65-
YUV184.79147.87116.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=29.39%
G=32.35%
B=38.26%

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
Decimal1691862200.230.1500.1422042.1576.27
HexA9BADC17F0Edc2a4c
Octal251272334271701633452114
Binary10101001101110101101110010111111101110110111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BADC; }

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

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

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

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

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

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

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

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