#A1BFDF

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

Shades of Light Steel Blue #A1BFDF

Tints of Light Steel Blue #A1BFDF

Color information

#A1BFDF (or 0xA1BFDF) is unknown color: approx Light Steel Blue. HEX triplet: A1, BF and DF. RGB value is (161,191,223). Sum of RGB (Red+Green+Blue) = 161+191+223=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDF is #5E4020. Grayscale: #B9B9B9. Windows color (decimal): -6176801 or 14663585. OLE color: 14663585.

HSL color Cylindrical-coordinate representation of color #A1BFDF: hue angle of 210.97º 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 #A1BFDF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161191223-
CMYK0.280.1400.13
HSL210.97º49.21%75.29%-
HSV(B)210.97º27.8%87.45%-
XYZ46.6550.1777.04-
YUV185.68149.06110.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=28%
G=33.22%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611912230.280.1400.13210.9749.2175.29
HexA1BFDF1CE0Dd3314b
Octal241277337341601532361113
Binary10100001101111111101111111100111001101110100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFDF; }

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

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

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

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

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

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

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

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