#A0BADC

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

Shades of Light Steel Blue #A0BADC

Tints of Light Steel Blue #A0BADC

Color information

#A0BADC (or 0xA0BADC) is unknown color: approx Light Steel Blue. HEX triplet: A0, BA and DC. RGB value is (160,186,220). Sum of RGB (Red+Green+Blue) = 160+186+220=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BADC is #5F4523. Grayscale: #B5B5B5. Windows color (decimal): -6243620 or 14465696. OLE color: 14465696.

HSL color Cylindrical-coordinate representation of color #A0BADC: hue angle of 214º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0BADC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160186220-
CMYK0.270.1500.14
HSL214º46.15%74.51%-
HSV(B)214º27.27%86.27%-
XYZ44.9747.7674.56-
YUV182.1149.39112.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=28.27%
G=32.86%
B=38.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601862200.270.1500.1421446.1574.51
HexA0BADC1BF0Ed62e4b
Octal240272334331701632656113
Binary10100000101110101101110011011111101110110101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BADC; }

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

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

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

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

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

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

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

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