#A6BAD5

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

Shades of Light Steel Blue #A6BAD5

Tints of Light Steel Blue #A6BAD5

Color information

#A6BAD5 (or 0xA6BAD5) is unknown color: approx Light Steel Blue. HEX triplet: A6, BA and D5. RGB value is (166,186,213). Sum of RGB (Red+Green+Blue) = 166+186+213=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAD5 is #59452A. Grayscale: #B6B6B6. Windows color (decimal): -5850411 or 14006950. OLE color: 14006950.

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

Color convert

RGB166186213-
CMYK0.220.1300.16
HSL214.47º35.88%74.31%-
HSV(B)214.47º22.07%83.53%-
XYZ45.348.0369.83-
YUV183.1144.87115.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=29.38%
G=32.92%
B=37.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661862130.220.1300.16214.4735.8874.31
HexA6BAD516D010d6244a
Octal246272325261502032644112
Binary101001101011101011010101101101101010000110101101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAD5; }

 p { color: rgb(166,186,213); }

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

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

 a { background-color: rgb(166,186,213); }

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

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

 span { border-color: rgb(166,186,213); }

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