#A9BCDB

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

Shades of Light Steel Blue #A9BCDB

Tints of Light Steel Blue #A9BCDB

Color information

#A9BCDB (or 0xA9BCDB) is unknown color: approx Light Steel Blue. HEX triplet: A9, BC and DB. RGB value is (169,188,219). Sum of RGB (Red+Green+Blue) = 169+188+219=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDB is #564324. Grayscale: #B9B9B9. Windows color (decimal): -5653285 or 14400681. OLE color: 14400681.

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

Color convert

RGB169188219-
CMYK0.230.1400.14
HSL217.2º40.98%76.08%-
HSV(B)217.2º22.83%85.88%-
XYZ47.1349.5274.09-
YUV185.85146.71115.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=29.34%
G=32.64%
B=38.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691882190.230.1400.14217.240.9876.08
HexA9BCDB17E0Ed9294c
Octal251274333271601633151114
Binary10101001101111001101101110111111001110110110011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCDB; }

 p { color: rgb(169,188,219); }

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

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

 a { background-color: rgb(169,188,219); }

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

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

 span { border-color: rgb(169,188,219); }

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