Html Css Color HEX #8EE5AB Vista Blue

📋 copy color: '#8EE5AB'

red 142 ◦ green 229 ◦ blue 171

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

Shades of Vista Blue #8EE5AB

Tints of Vista Blue #8EE5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 26.2%
G = 42.25%
B = 31.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#8EE5AB (or 0x8EE5AB) is known color: Vista Blue. HEX triplet: 8E, E5 and AB. RGB value is (142,229,171). Sum of RGB (Red+Green+Blue) = 142+229+171=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE5AB is #711A54. Grayscale: #C4C4C4. Windows color (decimal): -7412309 or 11265422. OLE color: 11265422.

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

Color convert

RGB 142 229 171 -
CMYK 0.38 0 0.25 0.10
HSL 140º 0.63% 0.73% -
HSV(B) 140º 0.38% 0.9% -
XYZ 46.53 64.73 48.57 -
YUV 196.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 142 229 171 0.38 0 0.25 0.10 140 0.63 0.73
Hex 8E E5 AB 26 0 19 A 8C 3F 49
Octal 216 345 253 46 0 31 12 214 77 111
Binary 10001110 11100101 10101011 100110 0 11001 1010 10001100 111111 1001001

Color Harmonies of #8EE5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE5AB

Black with #8EE5AB

Text Example


Text Example

White with #8EE5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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