Html Css Color HEX #8EE7BA Vista Blue

📋 copy color: '#8EE7BA'

red 142 ◦ green 231 ◦ blue 186

#8EE7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #8EE7BA

Tints of Vista Blue #8EE7BA

RGB

 RED value IS 142 (55.86% from 255) = 25.4%

 GREEN value IS 231 (90.63% from 255) = 41.32%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 25.4%
G = 41.32%
B = 33.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#8EE7BA (or 0x8EE7BA) is known color: Vista Blue. HEX triplet: 8E, E7 and BA. RGB value is (142,231,186). Sum of RGB (Red+Green+Blue) = 142+231+186=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE7BA is #711845. Grayscale: #C7C7C7. Windows color (decimal): -7411782 or 12248974. OLE color: 12248974.

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

Color convert

RGB 142 231 186 -
CMYK 0.39 0 0.19 0.09
HSL 149.66º 0.65% 0.73% -
HSV(B) 149.66º 0.39% 0.91% -
XYZ 48.59 66.45 56.72 -
YUV 199.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 142 231 186 0.39 0 0.19 0.09 149.66 0.65 0.73
Hex 8E E7 BA 27 0 13 9 96 41 49
Octal 216 347 272 47 0 23 11 226 101 111
Binary 10001110 11100111 10111010 100111 0 10011 1001 10010110 1000001 1001001

Color Harmonies of #8EE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE7BA

Black with #8EE7BA

Text Example


Text Example

White with #8EE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,231,186); }

 H1.HeaderClassName
 {
   color: #8EE7BA;
 }
 .AnyTagClassName
 {
   color: #8EE7BA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,231,186); }

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

border-color css

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

 span { border-color: rgb(142,231,186); }

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