#A6BDDC

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

Shades of Light Steel Blue #A6BDDC

Tints of Light Steel Blue #A6BDDC

Color information

#A6BDDC (or 0xA6BDDC) is unknown color: approx Light Steel Blue. HEX triplet: A6, BD and DC. RGB value is (166,189,220). Sum of RGB (Red+Green+Blue) = 166+189+220=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDDC is #594223. Grayscale: #B9B9B9. Windows color (decimal): -5849636 or 14466470. OLE color: 14466470.

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

Color convert

RGB166189220-
CMYK0.250.1400.14
HSL214.44º43.55%75.69%-
HSV(B)214.44º24.55%86.27%-
XYZ46.8449.6774.83-
YUV185.66147.38113.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.87%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=28.87%
G=32.87%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661892200.250.1400.14214.4443.5575.69
HexA6BDDC19E0Ed62c4c
Octal246275334311601632654114
Binary10100110101111011101110011001111001110110101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDDC; }

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

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

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

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

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

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

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

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