#A1BFE3

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

Shades of Light Steel Blue #A1BFE3

Tints of Light Steel Blue #A1BFE3

Color information

#A1BFE3 (or 0xA1BFE3) is unknown color: approx Light Steel Blue. HEX triplet: A1, BF and E3. RGB value is (161,191,227). Sum of RGB (Red+Green+Blue) = 161+191+227=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #A1BFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFE3 is #5E401C. Grayscale: #B9B9B9. Windows color (decimal): -6176797 or 14925729. OLE color: 14925729.

HSL color Cylindrical-coordinate representation of color #A1BFE3: hue angle of 212.73º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1BFE3 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161191227-
CMYK0.290.1600.11
HSL212.73º54.1%76.08%-
HSV(B)212.73º29.07%89.02%-
XYZ47.1950.3879.91-
YUV186.13151.06110.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 227 (89.06% from 255) = 39.21%
R=27.81%
G=32.99%
B=39.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611912270.290.1600.11212.7354.176.08
HexA1BFE31D100Bd5364c
Octal241277343352001332566114
Binary101000011011111111100011111011000001011110101011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFE3; }

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

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

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

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

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

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

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

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