#A1BBDE

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

Shades of Light Steel Blue #A1BBDE

Tints of Light Steel Blue #A1BBDE

Color information

#A1BBDE (or 0xA1BBDE) is unknown color: approx Light Steel Blue. HEX triplet: A1, BB and DE. RGB value is (161,187,222). Sum of RGB (Red+Green+Blue) = 161+187+222=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDE is #5E4421. Grayscale: #B7B7B7. Windows color (decimal): -6177826 or 14597025. OLE color: 14597025.

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

Color convert

RGB161187222-
CMYK0.270.1600.13
HSL214.43º48.03%75.1%-
HSV(B)214.43º27.48%87.06%-
XYZ45.6548.3976.04-
YUV183.22149.89112.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=28.25%
G=32.81%
B=38.95%

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
Decimal1611872220.270.1600.13214.4348.0375.1
HexA1BBDE1B100Dd6304b
Octal241273336332001532660113
Binary101000011011101111011110110111000001101110101101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBDE; }

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

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

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

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

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

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

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

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