#A9C0DA

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

Shades of Light Steel Blue #A9C0DA

Tints of Light Steel Blue #A9C0DA

Color information

#A9C0DA (or 0xA9C0DA) is unknown color: approx Light Steel Blue. HEX triplet: A9, C0 and DA. RGB value is (169,192,218). Sum of RGB (Red+Green+Blue) = 169+192+218=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0DA is #563F25. Grayscale: #BBBBBB. Windows color (decimal): -5652262 or 14336169. OLE color: 14336169.

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

Color convert

RGB169192218-
CMYK0.220.1200.15
HSL211.84º39.84%75.88%-
HSV(B)211.84º22.48%85.49%-
XYZ47.8751.273.69-
YUV188.09144.88114.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=29.19%
G=33.16%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691922180.220.1200.15211.8439.8475.88
HexA9C0DA16C0Fd4284c
Octal251300332261401732450114
Binary10101001110000001101101010110110001111110101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0DA; }

 p { color: rgb(169,192,218); }

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

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

 a { background-color: rgb(169,192,218); }

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

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

 span { border-color: rgb(169,192,218); }

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