#A7D9BA

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

Shades of Vista Blue #A7D9BA

Tints of Vista Blue #A7D9BA

Color information

#A7D9BA (or 0xA7D9BA) is unknown color: approx Vista Blue. HEX triplet: A7, D9 and BA. RGB value is (167,217,186). Sum of RGB (Red+Green+Blue) = 167+217+186=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D9BA is #582645. Grayscale: #C6C6C6. Windows color (decimal): -5776966 or 12245415. OLE color: 12245415.

HSL color Cylindrical-coordinate representation of color #A7D9BA: hue angle of 142.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D9BA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB167217186-
CMYK0.2300.140.15
HSL142.8º39.68%75.29%-
HSV(B)142.8º23.04%85.1%-
XYZ49.6161.3955.69-
YUV198.52120.94105.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=29.30%
G=38.07%
B=32.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672171860.2300.140.15142.839.6875.29
HexA7D9BA170EF8f284b
Octal247331272270161721750113
Binary10100111110110011011101010111011101111100011111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D9BA; }

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

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

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

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

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

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

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

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