#A6BADC

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

Shades of Light Steel Blue #A6BADC

Tints of Light Steel Blue #A6BADC

Color information

#A6BADC (or 0xA6BADC) is unknown color: approx Light Steel Blue. HEX triplet: A6, BA and DC. RGB value is (166,186,220). Sum of RGB (Red+Green+Blue) = 166+186+220=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BADC is #594523. Grayscale: #B7B7B7. Windows color (decimal): -5850404 or 14465702. OLE color: 14465702.

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

Color convert

RGB166186220-
CMYK0.250.1500.14
HSL217.78º43.55%75.69%-
HSV(B)217.78º24.55%86.27%-
XYZ46.248.3974.62-
YUV183.9148.37115.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=29.02%
G=32.52%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661862200.250.1500.14217.7843.5575.69
HexA6BADC19F0Eda2c4c
Octal246272334311701633254114
Binary10100110101110101101110011001111101110110110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BADC; }

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

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

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

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

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

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

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

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