#A6BADE

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

Shades of Light Steel Blue #A6BADE

Tints of Light Steel Blue #A6BADE

Color information

#A6BADE (or 0xA6BADE) is unknown color: approx Light Steel Blue. HEX triplet: A6, BA and DE. RGB value is (166,186,222). Sum of RGB (Red+Green+Blue) = 166+186+222=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BADE is #594521. Grayscale: #B7B7B7. Windows color (decimal): -5850402 or 14596774. OLE color: 14596774.

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

Color convert

RGB166186222-
CMYK0.250.1600.13
HSL218.57º45.9%76.08%-
HSV(B)218.57º25.23%87.06%-
XYZ46.4748.576.02-
YUV184.12149.37115.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=28.92%
G=32.40%
B=38.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661862220.250.1600.13218.5745.976.08
HexA6BADE19100Ddb2e4c
Octal246272336312001533356114
Binary101001101011101011011110110011000001101110110111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BADE; }

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

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

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

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

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

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

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

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