Html Css Color HEX #8EDCB2 Vista Blue

📋 copy color: '#8EDCB2'

red 142 ◦ green 220 ◦ blue 178

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

Shades of Vista Blue #8EDCB2

Tints of Vista Blue #8EDCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.96%

R = 26.3%
G = 40.74%
B = 32.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#8EDCB2 (or 0x8EDCB2) is known color: Vista Blue. HEX triplet: 8E, DC and B2. RGB value is (142,220,178). Sum of RGB (Red+Green+Blue) = 142+220+178=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDCB2 is #71234D. Grayscale: #BFBFBF. Windows color (decimal): -7414606 or 11721870. OLE color: 11721870.

HSL color Cylindrical-coordinate representation of color #8EDCB2: hue angle of 147.69º 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 #8EDCB2 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 178 -
CMYK 0.35 0 0.19 0.14
HSL 147.69º 0.53% 0.71% -
HSV(B) 147.69º 0.35% 0.86% -
XYZ 44.78 60.15 51.37 -
YUV 191.89 120.16 92.42 -
System Red Green Blue C M Y K H S L
Decimal 142 220 178 0.35 0 0.19 0.14 147.69 0.53 0.71
Hex 8E DC B2 23 0 13 E 94 35 47
Octal 216 334 262 43 0 23 16 224 65 107
Binary 10001110 11011100 10110010 100011 0 10011 1110 10010100 110101 1000111

Color Harmonies of #8EDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCB2

Black with #8EDCB2

Text Example


Text Example

White with #8EDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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