#A6BFDC

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

Shades of Light Steel Blue #A6BFDC

Tints of Light Steel Blue #A6BFDC

Color information

#A6BFDC (or 0xA6BFDC) is unknown color: approx Light Steel Blue. HEX triplet: A6, BF and DC. RGB value is (166,191,220). Sum of RGB (Red+Green+Blue) = 166+191+220=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFDC is #594023. Grayscale: #BABABA. Windows color (decimal): -5849124 or 14466982. OLE color: 14466982.

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

Color convert

RGB166191220-
CMYK0.250.1300.14
HSL212.22º43.55%75.69%-
HSV(B)212.22º24.55%86.27%-
XYZ47.2750.5474.97-
YUV186.83146.72113.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=28.77%
G=33.10%
B=38.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661912200.250.1300.14212.2243.5575.69
HexA6BFDC19D0Ed42c4c
Octal246277334311501632454114
Binary10100110101111111101110011001110101110110101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFDC; }

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

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

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

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

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

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

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

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