#8FCFA7

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

Shades of Vista Blue #8FCFA7

Tints of Vista Blue #8FCFA7

Color information

#8FCFA7 (or 0x8FCFA7) is unknown color: approx Vista Blue. HEX triplet: 8F, CF and A7. RGB value is (143,207,167). Sum of RGB (Red+Green+Blue) = 143+207+167=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFA7 is #703058. Grayscale: #B7B7B7. Windows color (decimal): -7352409 or 10997647. OLE color: 10997647.

HSL color Cylindrical-coordinate representation of color #8FCFA7: hue angle of 142.5º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFA7 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB143207167-
CMYK0.3100.190.19
HSL142.5º40%68.63%-
HSV(B)142.5º30.92%81.18%-
XYZ40.6253.2644.7-
YUV183.3118.899.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=27.66%
G=40.04%
B=32.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071670.3100.190.19142.54068.63
Hex8FCFA71F013138e2845
Octal217317247370232321650105
Binary1000111111001111101001111111101001110011100011101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,207,167); }

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

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

 a { background-color: rgb(143,207,167); }

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

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

 span { border-color: rgb(143,207,167); }

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