#A1BFE1

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

Shades of Light Steel Blue #A1BFE1

Tints of Light Steel Blue #A1BFE1

Color information

#A1BFE1 (or 0xA1BFE1) is unknown color: approx Light Steel Blue. HEX triplet: A1, BF and E1. RGB value is (161,191,225). Sum of RGB (Red+Green+Blue) = 161+191+225=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFE1 is #5E401E. Grayscale: #B9B9B9. Windows color (decimal): -6176799 or 14794657. OLE color: 14794657.

HSL color Cylindrical-coordinate representation of color #A1BFE1: hue angle of 211.88º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1BFE1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161191225-
CMYK0.280.1500.12
HSL211.88º51.61%75.69%-
HSV(B)211.88º28.44%88.24%-
XYZ46.9250.2778.47-
YUV185.91150.06110.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.90%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=27.90%
G=33.10%
B=38.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611912250.280.1500.12211.8851.6175.69
HexA1BFE11CF0Cd4344c
Octal241277341341701432464114
Binary10100001101111111110000111100111101100110101001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFE1; }

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

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

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

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

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

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

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

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