#8EE6BE

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

Shades of Vista Blue #8EE6BE

Tints of Vista Blue #8EE6BE

Color information

#8EE6BE (or 0x8EE6BE) is unknown color: approx Vista Blue. HEX triplet: 8E, E6 and BE. RGB value is (142,230,190). Sum of RGB (Red+Green+Blue) = 142+230+190=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE6BE is #711941. Grayscale: #C7C7C7. Windows color (decimal): -7412034 or 12510862. OLE color: 12510862.

HSL color Cylindrical-coordinate representation of color #8EE6BE: hue angle of 152.73º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE6BE is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB142230190-
CMYK0.3800.170.10
HSL152.73º63.77%72.94%-
HSV(B)152.73º38.26%90.2%-
XYZ48.7566.0658.9-
YUV199.13122.8587.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 230 (90.23% from 255) = 40.93%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=25.27%
G=40.93%
B=33.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422301900.3800.170.10152.7363.7772.94
Hex8EE6BE26011A994049
Octal2163462764602112231100111
Binary10001110111001101011111010011001000110101001100110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,230,190); }

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

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

 a { background-color: rgb(142,230,190); }

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

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

 span { border-color: rgb(142,230,190); }

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