#A9BCDD

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

Shades of Light Steel Blue #A9BCDD

Tints of Light Steel Blue #A9BCDD

Color information

#A9BCDD (or 0xA9BCDD) is unknown color: approx Light Steel Blue. HEX triplet: A9, BC and DD. RGB value is (169,188,221). Sum of RGB (Red+Green+Blue) = 169+188+221=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDD is #564322. Grayscale: #B9B9B9. Windows color (decimal): -5653283 or 14531753. OLE color: 14531753.

HSL color Cylindrical-coordinate representation of color #A9BCDD: hue angle of 218.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BCDD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169188221-
CMYK0.240.1500.13
HSL218.08º43.33%76.47%-
HSV(B)218.08º23.53%86.67%-
XYZ47.449.6275.49-
YUV186.08147.71115.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=29.24%
G=32.53%
B=38.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691882210.240.1500.13218.0843.3376.47
HexA9BCDD18F0Dda2b4c
Octal251274335301701533253114
Binary10101001101111001101110111000111101101110110101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCDD; }

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

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

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

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

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

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

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

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