#A6BCDE

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

Shades of Light Steel Blue #A6BCDE

Tints of Light Steel Blue #A6BCDE

Color information

#A6BCDE (or 0xA6BCDE) is unknown color: approx Light Steel Blue. HEX triplet: A6, BC and DE. RGB value is (166,188,222). Sum of RGB (Red+Green+Blue) = 166+188+222=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCDE is #594321. Grayscale: #B9B9B9. Windows color (decimal): -5849890 or 14597286. OLE color: 14597286.

HSL color Cylindrical-coordinate representation of color #A6BCDE: hue angle of 216.43º 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 #A6BCDE is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166188222-
CMYK0.250.1500.13
HSL216.43º45.9%76.08%-
HSV(B)216.43º25.23%87.06%-
XYZ46.8949.3576.16-
YUV185.3148.71114.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=28.82%
G=32.64%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661882220.250.1500.13216.4345.976.08
HexA6BCDE19F0Dd82e4c
Octal246274336311701533056114
Binary10100110101111001101111011001111101101110110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCDE; }

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

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

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

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

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

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

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

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