#A1BEDD

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

Shades of Light Steel Blue #A1BEDD

Tints of Light Steel Blue #A1BEDD

Color information

#A1BEDD (or 0xA1BEDD) is unknown color: approx Light Steel Blue. HEX triplet: A1, BE and DD. RGB value is (161,190,221). Sum of RGB (Red+Green+Blue) = 161+190+221=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEDD is #5E4122. Grayscale: #B8B8B8. Windows color (decimal): -6177059 or 14532257. OLE color: 14532257.

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

Color convert

RGB161190221-
CMYK0.270.1400.13
HSL211º46.87%74.9%-
HSV(B)211º27.15%86.67%-
XYZ46.1649.6275.55-
YUV184.86148.39110.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=28.15%
G=33.22%
B=38.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611902210.270.1400.1321146.8774.9
HexA1BEDD1BE0Dd32f4b
Octal241276335331601532357113
Binary10100001101111101101110111011111001101110100111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEDD; }

 p { color: rgb(161,190,221); }

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

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

 a { background-color: rgb(161,190,221); }

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

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

 span { border-color: rgb(161,190,221); }

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