#A7DCBA

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

Shades of Vista Blue #A7DCBA

Tints of Vista Blue #A7DCBA

Color information

#A7DCBA (or 0xA7DCBA) is unknown color: approx Vista Blue. HEX triplet: A7, DC and BA. RGB value is (167,220,186). Sum of RGB (Red+Green+Blue) = 167+220+186=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCBA is #582345. Grayscale: #C8C8C8. Windows color (decimal): -5776198 or 12246183. OLE color: 12246183.

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

Color convert

RGB167220186-
CMYK0.2400.150.14
HSL141.51º43.09%75.88%-
HSV(B)141.51º24.09%86.27%-
XYZ50.3962.9555.95-
YUV200.28119.94104.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=29.14%
G=38.39%
B=32.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201860.2400.150.14141.5143.0975.88
HexA7DCBA180FE8e2b4c
Octal247334272300171621653114
Binary10100111110111001011101011000011111110100011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCBA; }

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

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

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

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

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

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

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

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