Html Css Color HEX #8EE5BE Vista Blue

📋 copy color: '#8EE5BE'

red 142 ◦ green 229 ◦ blue 190

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

Shades of Vista Blue #8EE5BE

Tints of Vista Blue #8EE5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 190 (74.61% from 255) = 33.87%

R = 25.31%
G = 40.82%
B = 33.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#8EE5BE (or 0x8EE5BE) is known color: Vista Blue. HEX triplet: 8E, E5 and BE. RGB value is (142,229,190). Sum of RGB (Red+Green+Blue) = 142+229+190=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5BE is #711A41. Grayscale: #C6C6C6. Windows color (decimal): -7412290 or 12510606. OLE color: 12510606.

HSL color Cylindrical-coordinate representation of color #8EE5BE: hue angle of 153.1º degrees, saturation: 0.63, 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 #8EE5BE is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 229 190 -
CMYK 0.38 0 0.17 0.10
HSL 153.1º 0.63% 0.73% -
HSV(B) 153.1º 0.38% 0.9% -
XYZ 48.47 65.51 58.8 -
YUV 198.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 142 229 190 0.38 0 0.17 0.10 153.1 0.63 0.73
Hex 8E E5 BE 26 0 11 A 99 3F 49
Octal 216 345 276 46 0 21 12 231 77 111
Binary 10001110 11100101 10111110 100110 0 10001 1010 10011001 111111 1001001

Color Harmonies of #8EE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE5BE

Black with #8EE5BE

Text Example


Text Example

White with #8EE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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