#A0BADD

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

Shades of Light Steel Blue #A0BADD

Tints of Light Steel Blue #A0BADD

Color information

#A0BADD (or 0xA0BADD) is unknown color: approx Light Steel Blue. HEX triplet: A0, BA and DD. RGB value is (160,186,221). Sum of RGB (Red+Green+Blue) = 160+186+221=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BADD is #5F4522. Grayscale: #B6B6B6. Windows color (decimal): -6243619 or 14531232. OLE color: 14531232.

HSL color Cylindrical-coordinate representation of color #A0BADD: hue angle of 214.43º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0BADD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160186221-
CMYK0.280.1600.13
HSL214.43º47.29%74.71%-
HSV(B)214.43º27.6%86.67%-
XYZ45.1147.8175.26-
YUV182.22149.89112.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=28.22%
G=32.80%
B=38.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601862210.280.1600.13214.4347.2974.71
HexA0BADD1C100Dd62f4b
Octal240272335342001532657113
Binary101000001011101011011101111001000001101110101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BADD; }

 p { color: rgb(160,186,221); }

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

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

 a { background-color: rgb(160,186,221); }

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

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

 span { border-color: rgb(160,186,221); }

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