#8FE3AF

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

Shades of Vista Blue #8FE3AF

Tints of Vista Blue #8FE3AF

Color information

#8FE3AF (or 0x8FE3AF) is unknown color: approx Vista Blue. HEX triplet: 8F, E3 and AF. RGB value is (143,227,175). Sum of RGB (Red+Green+Blue) = 143+227+175=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE3AF is #701C50. Grayscale: #C4C4C4. Windows color (decimal): -7347281 or 11527055. OLE color: 11527055.

HSL color Cylindrical-coordinate representation of color #8FE3AF: hue angle of 142.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE3AF is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB143227175-
CMYK0.3700.230.11
HSL142.86º60%72.55%-
HSV(B)142.86º37%89.02%-
XYZ46.5363.8750.43-
YUV195.96116.1790.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=26.24%
G=41.65%
B=32.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1432271750.3700.230.11142.866072.55
Hex8FE3AF25017B8f3c49
Octal217343257450271321774111
Binary1000111111100011101011111001010101111011100011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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