#A4B9DA

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

Shades of Light Steel Blue #A4B9DA

Tints of Light Steel Blue #A4B9DA

Color information

#A4B9DA (or 0xA4B9DA) is unknown color: approx Light Steel Blue. HEX triplet: A4, B9 and DA. RGB value is (164,185,218). Sum of RGB (Red+Green+Blue) = 164+185+218=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4B9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9DA is #5B4625. Grayscale: #B6B6B6. Windows color (decimal): -5981734 or 14334372. OLE color: 14334372.

HSL color Cylindrical-coordinate representation of color #A4B9DA: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B9DA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164185218-
CMYK0.250.1500.15
HSL216.67º42.19%74.9%-
HSV(B)216.67º24.77%85.49%-
XYZ45.3147.6573.14-
YUV182.48148.04114.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=28.92%
G=32.63%
B=38.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641852180.250.1500.15216.6742.1974.9
HexA4B9DA19F0Fd92a4b
Octal244271332311701733152113
Binary10100100101110011101101011001111101111110110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9DA; }

 p { color: rgb(164,185,218); }

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

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

 a { background-color: rgb(164,185,218); }

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

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

 span { border-color: rgb(164,185,218); }

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