#A7C0DC

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

Shades of Light Steel Blue #A7C0DC

Tints of Light Steel Blue #A7C0DC

Color information

#A7C0DC (or 0xA7C0DC) is unknown color: approx Light Steel Blue. HEX triplet: A7, C0 and DC. RGB value is (167,192,220). Sum of RGB (Red+Green+Blue) = 167+192+220=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0DC is #583F23. Grayscale: #BBBBBB. Windows color (decimal): -5783332 or 14467239. OLE color: 14467239.

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

Color convert

RGB167192220-
CMYK0.240.1300.14
HSL211.7º43.09%75.88%-
HSV(B)211.7º24.09%86.27%-
XYZ47.751.0875.06-
YUV187.72146.22113.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.84%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=28.84%
G=33.16%
B=38.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671922200.240.1300.14211.743.0975.88
HexA7C0DC18D0Ed42b4c
Octal247300334301501632453114
Binary10100111110000001101110011000110101110110101001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0DC; }

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

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

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

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

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

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

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

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