Html Css Color HEX #8EC9B0 Vista Blue

📋 copy color: '#8EC9B0'

red 142 ◦ green 201 ◦ blue 176

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

Shades of Vista Blue #8EC9B0

Tints of Vista Blue #8EC9B0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 27.36%
G = 38.73%
B = 33.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#8EC9B0 (or 0x8EC9B0) is known color: Vista Blue. HEX triplet: 8E, C9 and B0. RGB value is (142,201,176). Sum of RGB (Red+Green+Blue) = 142+201+176=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC9B0 is #71364F. Grayscale: #B4B4B4. Windows color (decimal): -7419472 or 11585934. OLE color: 11585934.

HSL color Cylindrical-coordinate representation of color #8EC9B0: hue angle of 154.58º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC9B0 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 201 176 -
CMYK 0.29 0 0.12 0.21
HSL 154.58º 0.35% 0.67% -
HSV(B) 154.58º 0.29% 0.79% -
XYZ 39.88 50.66 48.75 -
YUV 180.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 142 201 176 0.29 0 0.12 0.21 154.58 0.35 0.67
Hex 8E C9 B0 1D 0 C 15 9B 23 43
Octal 216 311 260 35 0 14 25 233 43 103
Binary 10001110 11001001 10110000 11101 0 1100 10101 10011011 100011 1000011

Color Harmonies of #8EC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC9B0

Black with #8EC9B0

Text Example


Text Example

White with #8EC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,201,176); }

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

background-color css

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

 a { background-color: rgb(142,201,176); }

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

border-color css

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

 span { border-color: rgb(142,201,176); }

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