#8FE9BF

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

Shades of Vista Blue #8FE9BF

Tints of Vista Blue #8FE9BF

Color information

#8FE9BF (or 0x8FE9BF) is unknown color: approx Vista Blue. HEX triplet: 8F, E9 and BF. RGB value is (143,233,191). Sum of RGB (Red+Green+Blue) = 143+233+191=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE9BF is #701640. Grayscale: #C9C9C9. Windows color (decimal): -7345729 or 12577167. OLE color: 12577167.

HSL color Cylindrical-coordinate representation of color #8FE9BF: hue angle of 152º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FE9BF is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB143233191-
CMYK0.3900.180.09
HSL152º67.16%73.73%-
HSV(B)152º38.63%91.37%-
XYZ49.8767.8859.76-
YUV201.3122.1886.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 191 (75% from 255) = 33.69%
R=25.22%
G=41.09%
B=33.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432331910.3900.180.0915267.1673.73
Hex8FE9BF27012998434a
Octal2173512774702211230103112
Binary10001111111010011011111110011101001010011001100010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,233,191); }

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

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

 a { background-color: rgb(143,233,191); }

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

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

 span { border-color: rgb(143,233,191); }

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