#A9BDDC

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

Shades of Light Steel Blue #A9BDDC

Tints of Light Steel Blue #A9BDDC

Color information

#A9BDDC (or 0xA9BDDC) is unknown color: approx Light Steel Blue. HEX triplet: A9, BD and DC. RGB value is (169,189,220). Sum of RGB (Red+Green+Blue) = 169+189+220=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDDC is #564223. Grayscale: #BABABA. Windows color (decimal): -5653028 or 14466473. OLE color: 14466473.

HSL color Cylindrical-coordinate representation of color #A9BDDC: hue angle of 216.47º degrees, saturation: 0.42, 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 #A9BDDC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169189220-
CMYK0.230.1400.14
HSL216.47º42.15%76.27%-
HSV(B)216.47º23.18%86.27%-
XYZ47.485074.86-
YUV186.55146.87115.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=29.24%
G=32.70%
B=38.06%

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
Decimal1691892200.230.1400.14216.4742.1576.27
HexA9BDDC17E0Ed82a4c
Octal251275334271601633052114
Binary10101001101111011101110010111111001110110110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDDC; }

 p { color: rgb(169,189,220); }

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

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

 a { background-color: rgb(169,189,220); }

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

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

 span { border-color: rgb(169,189,220); }

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