#A0C0DA

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

Shades of Light Steel Blue #A0C0DA

Tints of Light Steel Blue #A0C0DA

Color information

#A0C0DA (or 0xA0C0DA) is unknown color: approx Light Steel Blue. HEX triplet: A0, C0 and DA. RGB value is (160,192,218). Sum of RGB (Red+Green+Blue) = 160+192+218=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0DA is #5F3F25. Grayscale: #B9B9B9. Windows color (decimal): -6242086 or 14336160. OLE color: 14336160.

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

Color convert

RGB160192218-
CMYK0.270.1200.15
HSL206.9º43.94%74.12%-
HSV(B)206.9º26.61%85.49%-
XYZ4650.2373.6-
YUV185.4146.4109.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=28.07%
G=33.68%
B=38.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601922180.270.1200.15206.943.9474.12
HexA0C0DA1BC0Fcf2c4a
Octal240300332331401731754112
Binary10100000110000001101101011011110001111110011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0DA; }

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

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

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

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

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

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

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

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