#A1BAD9

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

Shades of Light Steel Blue #A1BAD9

Tints of Light Steel Blue #A1BAD9

Color information

#A1BAD9 (or 0xA1BAD9) is unknown color: approx Light Steel Blue. HEX triplet: A1, BA and D9. RGB value is (161,186,217). Sum of RGB (Red+Green+Blue) = 161+186+217=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #A1BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAD9 is #5E4526. Grayscale: #B5B5B5. Windows color (decimal): -6178087 or 14269089. OLE color: 14269089.

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

Color convert

RGB161186217-
CMYK0.260.1400.15
HSL213.21º42.42%74.12%-
HSV(B)213.21º25.81%85.1%-
XYZ44.7847.772.49-
YUV182.06147.72112.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=28.55%
G=32.98%
B=38.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611862170.260.1400.15213.2142.4274.12
HexA1BAD91AE0Fd52a4a
Octal241272331321601732552112
Binary10100001101110101101100111010111001111110101011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAD9; }

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

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

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

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

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

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

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

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