Html Css Color HEX #8EDCB1 Vista Blue

📋 copy color: '#8EDCB1'

red 142 ◦ green 220 ◦ blue 177

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

Shades of Vista Blue #8EDCB1

Tints of Vista Blue #8EDCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 177 (69.53% from 255) = 32.84%

R = 26.35%
G = 40.82%
B = 32.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#8EDCB1 (or 0x8EDCB1) is known color: Vista Blue. HEX triplet: 8E, DC and B1. RGB value is (142,220,177). Sum of RGB (Red+Green+Blue) = 142+220+177=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDCB1 is #71234E. Grayscale: #BFBFBF. Windows color (decimal): -7414607 or 11656334. OLE color: 11656334.

HSL color Cylindrical-coordinate representation of color #8EDCB1: hue angle of 146.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCB1 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 177 -
CMYK 0.35 0 0.20 0.14
HSL 146.92º 0.53% 0.71% -
HSV(B) 146.92º 0.35% 0.86% -
XYZ 44.68 60.11 50.84 -
YUV 191.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 142 220 177 0.35 0 0.20 0.14 146.92 0.53 0.71
Hex 8E DC B1 23 0 14 E 93 35 47
Octal 216 334 261 43 0 24 16 223 65 107
Binary 10001110 11011100 10110001 100011 0 10100 1110 10010011 110101 1000111

Color Harmonies of #8EDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCB1

Black with #8EDCB1

Text Example


Text Example

White with #8EDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,177); }

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

background-color css

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

 a { background-color: rgb(142,220,177); }

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

border-color css

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

 span { border-color: rgb(142,220,177); }

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