#A6BCD6

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

Shades of Light Steel Blue #A6BCD6

Tints of Light Steel Blue #A6BCD6

Color information

#A6BCD6 (or 0xA6BCD6) is unknown color: approx Light Steel Blue. HEX triplet: A6, BC and D6. RGB value is (166,188,214). Sum of RGB (Red+Green+Blue) = 166+188+214=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #A6BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCD6 is #594329. Grayscale: #B8B8B8. Windows color (decimal): -5849898 or 14072998. OLE color: 14072998.

HSL color Cylindrical-coordinate representation of color #A6BCD6: hue angle of 212.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6BCD6 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166188214-
CMYK0.220.1200.16
HSL212.5º36.92%74.51%-
HSV(B)212.5º22.43%83.92%-
XYZ45.8548.9370.65-
YUV184.39144.71114.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=29.23%
G=33.10%
B=37.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661882140.220.1200.16212.536.9274.51
HexA6BCD616C010d4254b
Octal246274326261402032445113
Binary101001101011110011010110101101100010000110101001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCD6; }

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

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

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

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

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

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

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

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