#8EEBBF

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

Shades of Vista Blue #8EEBBF

Tints of Vista Blue #8EEBBF

Color information

#8EEBBF (or 0x8EEBBF) is unknown color: approx Vista Blue. HEX triplet: 8E, EB and BF. RGB value is (142,235,191). Sum of RGB (Red+Green+Blue) = 142+235+191=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBBF is #711440. Grayscale: #CACACA. Windows color (decimal): -7410753 or 12577678. OLE color: 12577678.

HSL color Cylindrical-coordinate representation of color #8EEBBF: hue angle of 151.61º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBBF is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB142235191-
CMYK0.4000.190.08
HSL151.61º69.92%73.92%-
HSV(B)151.61º39.57%92.16%-
XYZ50.2768.9359.95-
YUV202.18121.6985.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 191 (75% from 255) = 33.63%
R=25%
G=41.37%
B=33.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422351910.4000.190.08151.6169.9273.92
Hex8EEBBF28013898464a
Octal2163532775002310230106112
Binary10001110111010111011111110100001001110001001100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,235,191); }

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

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

 a { background-color: rgb(142,235,191); }

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

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

 span { border-color: rgb(142,235,191); }

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