#A8BDD9

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

Shades of Light Steel Blue #A8BDD9

Tints of Light Steel Blue #A8BDD9

Color information

#A8BDD9 (or 0xA8BDD9) is unknown color: approx Light Steel Blue. HEX triplet: A8, BD and D9. RGB value is (168,189,217). Sum of RGB (Red+Green+Blue) = 168+189+217=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDD9 is #574226. Grayscale: #B9B9B9. Windows color (decimal): -5718567 or 14269864. OLE color: 14269864.

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

Color convert

RGB168189217-
CMYK0.230.1300.15
HSL214.29º39.2%75.49%-
HSV(B)214.29º22.58%85.1%-
XYZ46.8749.7372.77-
YUV185.91145.54115.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=29.27%
G=32.93%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681892170.230.1300.15214.2939.275.49
HexA8BDD917D0Fd6274b
Octal250275331271501732647113
Binary10101000101111011101100110111110101111110101101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDD9; }

 p { color: rgb(168,189,217); }

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

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

 a { background-color: rgb(168,189,217); }

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

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

 span { border-color: rgb(168,189,217); }

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