#8FE3B1

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

Shades of Vista Blue #8FE3B1

Tints of Vista Blue #8FE3B1

Color information

#8FE3B1 (or 0x8FE3B1) is unknown color: approx Vista Blue. HEX triplet: 8F, E3 and B1. RGB value is (143,227,177). Sum of RGB (Red+Green+Blue) = 143+227+177=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE3B1 is #701C4E. Grayscale: #C4C4C4. Windows color (decimal): -7347279 or 11658127. OLE color: 11658127.

HSL color Cylindrical-coordinate representation of color #8FE3B1: hue angle of 144.29º 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 #8FE3B1 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB143227177-
CMYK0.3700.220.11
HSL144.29º60%72.55%-
HSV(B)144.29º37%89.02%-
XYZ46.7363.9551.48-
YUV196.18117.1790.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=26.14%
G=41.50%
B=32.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1432271770.3700.220.11144.296072.55
Hex8FE3B125016B903c49
Octal217343261450261322074111
Binary1000111111100011101100011001010101101011100100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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