#A1BBDF

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

Shades of Light Steel Blue #A1BBDF

Tints of Light Steel Blue #A1BBDF

Color information

#A1BBDF (or 0xA1BBDF) is unknown color: approx Light Steel Blue. HEX triplet: A1, BB and DF. RGB value is (161,187,223). Sum of RGB (Red+Green+Blue) = 161+187+223=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDF is #5E4420. Grayscale: #B7B7B7. Windows color (decimal): -6177825 or 14662561. OLE color: 14662561.

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

Color convert

RGB161187223-
CMYK0.280.1600.13
HSL214.84º49.21%75.29%-
HSV(B)214.84º27.8%87.45%-
XYZ45.7948.4576.75-
YUV183.33150.39112.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.20%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=28.20%
G=32.75%
B=39.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611872230.280.1600.13214.8449.2175.29
HexA1BBDF1C100Dd7314b
Octal241273337342001532761113
Binary101000011011101111011111111001000001101110101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBDF; }

 p { color: rgb(161,187,223); }

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

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

 a { background-color: rgb(161,187,223); }

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

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

 span { border-color: rgb(161,187,223); }

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