#A7BAD9

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

Shades of Light Steel Blue #A7BAD9

Tints of Light Steel Blue #A7BAD9

Color information

#A7BAD9 (or 0xA7BAD9) is unknown color: approx Light Steel Blue. HEX triplet: A7, BA and D9. RGB value is (167,186,217). Sum of RGB (Red+Green+Blue) = 167+186+217=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #A7BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAD9 is #584526. Grayscale: #B7B7B7. Windows color (decimal): -5784871 or 14269095. OLE color: 14269095.

HSL color Cylindrical-coordinate representation of color #A7BAD9: hue angle of 217.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7BAD9 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167186217-
CMYK0.230.1400.15
HSL217.2º39.68%75.29%-
HSV(B)217.2º23.04%85.1%-
XYZ46.0248.3472.55-
YUV183.85146.71115.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=29.30%
G=32.63%
B=38.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671862170.230.1400.15217.239.6875.29
HexA7BAD917E0Fd9284b
Octal247272331271601733150113
Binary10100111101110101101100110111111001111110110011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAD9; }

 p { color: rgb(167,186,217); }

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

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

 a { background-color: rgb(167,186,217); }

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

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

 span { border-color: rgb(167,186,217); }

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