#A6BEDC

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

Shades of Light Steel Blue #A6BEDC

Tints of Light Steel Blue #A6BEDC

Color information

#A6BEDC (or 0xA6BEDC) is unknown color: approx Light Steel Blue. HEX triplet: A6, BE and DC. RGB value is (166,190,220). Sum of RGB (Red+Green+Blue) = 166+190+220=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEDC is #594123. Grayscale: #BABABA. Windows color (decimal): -5849380 or 14466726. OLE color: 14466726.

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

Color convert

RGB166190220-
CMYK0.250.1400.14
HSL213.33º43.55%75.69%-
HSV(B)213.33º24.55%86.27%-
XYZ47.0650.174.9-
YUV186.24147.05113.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=28.82%
G=32.99%
B=38.19%

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
Decimal1661902200.250.1400.14213.3343.5575.69
HexA6BEDC19E0Ed52c4c
Octal246276334311601632554114
Binary10100110101111101101110011001111001110110101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEDC; }

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

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

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

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

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

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

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

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