#8FC7A8

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

Shades of Vista Blue #8FC7A8

Tints of Vista Blue #8FC7A8

Color information

#8FC7A8 (or 0x8FC7A8) is unknown color: approx Vista Blue. HEX triplet: 8F, C7 and A8. RGB value is (143,199,168). Sum of RGB (Red+Green+Blue) = 143+199+168=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC7A8 is #703857. Grayscale: #B2B2B2. Windows color (decimal): -7354456 or 11061135. OLE color: 11061135.

HSL color Cylindrical-coordinate representation of color #8FC7A8: hue angle of 146.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC7A8 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB143199168-
CMYK0.2800.160.22
HSL146.79º33.33%67.06%-
HSV(B)146.79º28.14%78.04%-
XYZ38.8249.5144.56-
YUV178.72121.95102.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.04%
GREEN value IS 199 (78.12% from 255) = 39.02%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=28.04%
G=39.02%
B=32.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431991680.2800.160.22146.7933.3367.06
Hex8FC7A81C01016932143
Octal217307250340202622341103
Binary1000111111000111101010001110001000010110100100111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC7A8; }

 p { color: rgb(143,199,168); }

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

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

 a { background-color: rgb(143,199,168); }

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

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

 span { border-color: rgb(143,199,168); }

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