#8FE3B0

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

Shades of Vista Blue #8FE3B0

Tints of Vista Blue #8FE3B0

Color information

#8FE3B0 (or 0x8FE3B0) is unknown color: approx Vista Blue. HEX triplet: 8F, E3 and B0. RGB value is (143,227,176). Sum of RGB (Red+Green+Blue) = 143+227+176=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE3B0 is #701C4F. Grayscale: #C4C4C4. Windows color (decimal): -7347280 or 11592591. OLE color: 11592591.

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

Color convert

RGB143227176-
CMYK0.3700.220.11
HSL143.57º60%72.55%-
HSV(B)143.57º37%89.02%-
XYZ46.6363.9150.95-
YUV196.07116.6790.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 227 (89.06% from 255) = 41.58%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=26.19%
G=41.58%
B=32.23%

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
Decimal1432271760.3700.220.11143.576072.55
Hex8FE3B025016B903c49
Octal217343260450261322074111
Binary1000111111100011101100001001010101101011100100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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