#A8BAD6

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

Shades of Light Steel Blue #A8BAD6

Tints of Light Steel Blue #A8BAD6

Color information

#A8BAD6 (or 0xA8BAD6) is unknown color: approx Light Steel Blue. HEX triplet: A8, BA and D6. RGB value is (168,186,214). Sum of RGB (Red+Green+Blue) = 168+186+214=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 186 (73.05% from 255 or 32.75% 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 #A8BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAD6 is #574529. Grayscale: #B7B7B7. Windows color (decimal): -5719338 or 14072488. OLE color: 14072488.

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

Color convert

RGB168186214-
CMYK0.210.1300.16
HSL216.52º35.94%74.9%-
HSV(B)216.52º21.5%83.92%-
XYZ45.8448.370.52-
YUV183.81145.04116.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.58%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=29.58%
G=32.75%
B=37.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681862140.210.1300.16216.5235.9474.9
HexA8BAD615D010d9244b
Octal250272326251502033144113
Binary101010001011101011010110101011101010000110110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAD6; }

 p { color: rgb(168,186,214); }

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

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

 a { background-color: rgb(168,186,214); }

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

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

 span { border-color: rgb(168,186,214); }

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