#A6B9DC

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

Shades of Light Steel Blue #A6B9DC

Tints of Light Steel Blue #A6B9DC

Color information

#A6B9DC (or 0xA6B9DC) is unknown color: approx Light Steel Blue. HEX triplet: A6, B9 and DC. RGB value is (166,185,220). Sum of RGB (Red+Green+Blue) = 166+185+220=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9DC is #594623. Grayscale: #B7B7B7. Windows color (decimal): -5850660 or 14465446. OLE color: 14465446.

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

Color convert

RGB166185220-
CMYK0.250.1600.14
HSL218.89º43.55%75.69%-
HSV(B)218.89º24.55%86.27%-
XYZ45.9947.9774.55-
YUV183.31148.71115.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=29.07%
G=32.40%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661852200.250.1600.14218.8943.5575.69
HexA6B9DC19100Edb2c4c
Octal246271334312001633354114
Binary101001101011100111011100110011000001110110110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9DC; }

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

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

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

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

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

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

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

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