#A1BADE

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

Shades of Light Steel Blue #A1BADE

Tints of Light Steel Blue #A1BADE

Color information

#A1BADE (or 0xA1BADE) is unknown color: approx Light Steel Blue. HEX triplet: A1, BA and DE. RGB value is (161,186,222). Sum of RGB (Red+Green+Blue) = 161+186+222=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BADE is #5E4521. Grayscale: #B6B6B6. Windows color (decimal): -6178082 or 14596769. OLE color: 14596769.

HSL color Cylindrical-coordinate representation of color #A1BADE: hue angle of 215.41º degrees, saturation: 0.48, 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 #A1BADE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161186222-
CMYK0.270.1600.13
HSL215.41º48.03%75.1%-
HSV(B)215.41º27.48%87.06%-
XYZ45.4447.9775.97-
YUV182.63150.22112.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=28.30%
G=32.69%
B=39.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611862220.270.1600.13215.4148.0375.1
HexA1BADE1B100Dd7304b
Octal241272336332001532760113
Binary101000011011101011011110110111000001101110101111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BADE; }

 p { color: rgb(161,186,222); }

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

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

 a { background-color: rgb(161,186,222); }

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

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

 span { border-color: rgb(161,186,222); }

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