#A7DCC0

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

Shades of Vista Blue #A7DCC0

Tints of Vista Blue #A7DCC0

Color information

#A7DCC0 (or 0xA7DCC0) is unknown color: approx Vista Blue. HEX triplet: A7, DC and C0. RGB value is (167,220,192). Sum of RGB (Red+Green+Blue) = 167+220+192=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCC0 is #58233F. Grayscale: #C9C9C9. Windows color (decimal): -5776192 or 12639399. OLE color: 12639399.

HSL color Cylindrical-coordinate representation of color #A7DCC0: hue angle of 148.3º 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 #A7DCC0 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB167220192-
CMYK0.2400.130.14
HSL148.3º43.09%75.88%-
HSV(B)148.3º24.09%86.27%-
XYZ51.0463.2159.38-
YUV200.96122.94103.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201920.2400.130.14148.343.0975.88
HexA7DCC0180DE942b4c
Octal247334300300151622453114
Binary10100111110111001100000011000011011110100101001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCC0; }

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

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

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

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

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

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

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

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