#A1BDDE

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

Shades of Light Steel Blue #A1BDDE

Tints of Light Steel Blue #A1BDDE

Color information

#A1BDDE (or 0xA1BDDE) is unknown color: approx Light Steel Blue. HEX triplet: A1, BD and DE. RGB value is (161,189,222). Sum of RGB (Red+Green+Blue) = 161+189+222=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDDE is #5E4221. Grayscale: #B8B8B8. Windows color (decimal): -6177314 or 14597537. OLE color: 14597537.

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

Color convert

RGB161189222-
CMYK0.270.1500.13
HSL212.46º48.03%75.1%-
HSV(B)212.46º27.48%87.06%-
XYZ46.0849.2576.18-
YUV184.39149.22111.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=28.15%
G=33.04%
B=38.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611892220.270.1500.13212.4648.0375.1
HexA1BDDE1BF0Dd4304b
Octal241275336331701532460113
Binary10100001101111011101111011011111101101110101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDDE; }

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

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

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

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

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

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

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

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