#A1BADD

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

Shades of Light Steel Blue #A1BADD

Tints of Light Steel Blue #A1BADD

Color information

#A1BADD (or 0xA1BADD) is unknown color: approx Light Steel Blue. HEX triplet: A1, BA and DD. RGB value is (161,186,221). Sum of RGB (Red+Green+Blue) = 161+186+221=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BADD is #5E4522. Grayscale: #B6B6B6. Windows color (decimal): -6178083 or 14531233. OLE color: 14531233.

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

Color convert

RGB161186221-
CMYK0.270.1600.13
HSL215º46.87%74.9%-
HSV(B)215º27.15%86.67%-
XYZ45.3147.9275.27-
YUV182.52149.72112.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=28.35%
G=32.75%
B=38.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611862210.270.1600.1321546.8774.9
HexA1BADD1B100Dd72f4b
Octal241272335332001532757113
Binary101000011011101011011101110111000001101110101111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BADD; }

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

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

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

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

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

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

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

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