#A1BFDC

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

Shades of Light Steel Blue #A1BFDC

Tints of Light Steel Blue #A1BFDC

Color information

#A1BFDC (or 0xA1BFDC) is unknown color: approx Light Steel Blue. HEX triplet: A1, BF and DC. RGB value is (161,191,220). Sum of RGB (Red+Green+Blue) = 161+191+220=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDC is #5E4023. Grayscale: #B9B9B9. Windows color (decimal): -6176804 or 14466977. OLE color: 14466977.

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

Color convert

RGB161191220-
CMYK0.270.1300.14
HSL209.49º45.74%74.71%-
HSV(B)209.49º26.82%86.27%-
XYZ46.2550.0174.92-
YUV185.34147.56110.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=28.15%
G=33.39%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611912200.270.1300.14209.4945.7474.71
HexA1BFDC1BD0Ed12e4b
Octal241277334331501632156113
Binary10100001101111111101110011011110101110110100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFDC; }

 p { color: rgb(161,191,220); }

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

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

 a { background-color: rgb(161,191,220); }

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

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

 span { border-color: rgb(161,191,220); }

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