#8FE8BE

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

Shades of Vista Blue #8FE8BE

Tints of Vista Blue #8FE8BE

Color information

#8FE8BE (or 0x8FE8BE) is unknown color: approx Vista Blue. HEX triplet: 8F, E8 and BE. RGB value is (143,232,190). Sum of RGB (Red+Green+Blue) = 143+232+190=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE8BE is #701741. Grayscale: #C8C8C8. Windows color (decimal): -7345986 or 12511375. OLE color: 12511375.

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

Color convert

RGB143232190-
CMYK0.3800.180.09
HSL151.69º65.93%73.53%-
HSV(B)151.69º38.36%90.98%-
XYZ49.4867.2759.09-
YUV200.6122.0186.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.31%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=25.31%
G=41.06%
B=33.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432321900.3800.180.09151.6965.9373.53
Hex8FE8BE26012998424a
Octal2173502764602211230102112
Binary10001111111010001011111010011001001010011001100010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,232,190); }

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

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

 a { background-color: rgb(143,232,190); }

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

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

 span { border-color: rgb(143,232,190); }

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