#A8B9DA

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

Shades of Light Steel Blue #A8B9DA

Tints of Light Steel Blue #A8B9DA

Color information

#A8B9DA (or 0xA8B9DA) is unknown color: approx Light Steel Blue. HEX triplet: A8, B9 and DA. RGB value is (168,185,218). Sum of RGB (Red+Green+Blue) = 168+185+218=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8B9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9DA is #574625. Grayscale: #B7B7B7. Windows color (decimal): -5719590 or 14334376. OLE color: 14334376.

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

Color convert

RGB168185218-
CMYK0.230.1500.15
HSL219.6º40.32%75.69%-
HSV(B)219.6º22.94%85.49%-
XYZ46.1548.0873.18-
YUV183.68147.37116.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.42%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=29.42%
G=32.40%
B=38.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681852180.230.1500.15219.640.3275.69
HexA8B9DA17F0Fdc284c
Octal250271332271701733450114
Binary10101000101110011101101010111111101111110111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9DA; }

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

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

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

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

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

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

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

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