#A6C3DF

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

Shades of Light Steel Blue #A6C3DF

Tints of Light Steel Blue #A6C3DF

Color information

#A6C3DF (or 0xA6C3DF) is unknown color: approx Light Steel Blue. HEX triplet: A6, C3 and DF. RGB value is (166,195,223). Sum of RGB (Red+Green+Blue) = 166+195+223=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3DF is #593C20. Grayscale: #BDBDBD. Windows color (decimal): -5848097 or 14664614. OLE color: 14664614.

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

Color convert

RGB166195223-
CMYK0.260.1300.13
HSL209.47º47.11%76.27%-
HSV(B)209.47º25.56%87.45%-
XYZ48.5652.4677.38-
YUV189.52146.89111.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=28.42%
G=33.39%
B=38.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661952230.260.1300.13209.4747.1176.27
HexA6C3DF1AD0Dd12f4c
Octal246303337321501532157114
Binary10100110110000111101111111010110101101110100011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C3DF; }

 p { color: rgb(166,195,223); }

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

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

 a { background-color: rgb(166,195,223); }

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

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

 span { border-color: rgb(166,195,223); }

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