#8FE7AF

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

Shades of Vista Blue #8FE7AF

Tints of Vista Blue #8FE7AF

Color information

#8FE7AF (or 0x8FE7AF) is unknown color: approx Vista Blue. HEX triplet: 8F, E7 and AF. RGB value is (143,231,175). Sum of RGB (Red+Green+Blue) = 143+231+175=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE7AF is #701850. Grayscale: #C6C6C6. Windows color (decimal): -7346257 or 11528079. OLE color: 11528079.

HSL color Cylindrical-coordinate representation of color #8FE7AF: hue angle of 141.82º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE7AF is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB143231175-
CMYK0.3800.240.09
HSL141.82º64.71%73.33%-
HSV(B)141.82º38.1%90.59%-
XYZ47.6466.0950.8-
YUV198.3114.8588.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=26.05%
G=42.08%
B=31.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432311750.3800.240.09141.8264.7173.33
Hex8FE7AF2601898e4149
Octal2173472574603011216101111
Binary10001111111001111010111110011001100010011000111010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,231,175); }

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

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

 a { background-color: rgb(143,231,175); }

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

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

 span { border-color: rgb(143,231,175); }

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