#A0C0DC

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

Shades of Light Steel Blue #A0C0DC

Tints of Light Steel Blue #A0C0DC

Color information

#A0C0DC (or 0xA0C0DC) is unknown color: approx Light Steel Blue. HEX triplet: A0, C0 and DC. RGB value is (160,192,220). Sum of RGB (Red+Green+Blue) = 160+192+220=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0DC is #5F3F23. Grayscale: #B9B9B9. Windows color (decimal): -6242084 or 14467232. OLE color: 14467232.

HSL color Cylindrical-coordinate representation of color #A0C0DC: hue angle of 208º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C0DC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160192220-
CMYK0.270.1300.14
HSL208º46.15%74.51%-
HSV(B)208º27.27%86.27%-
XYZ46.2750.3474.99-
YUV185.62147.4109.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=27.97%
G=33.57%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601922200.270.1300.1420846.1574.51
HexA0C0DC1BD0Ed02e4b
Octal240300334331501632056113
Binary10100000110000001101110011011110101110110100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0DC; }

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

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

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

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

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

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

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

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