#8EDBA7

Color #8EDBA7 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8EDBA7

Tints of Vista Blue #8EDBA7

Color information

#8EDBA7 (or 0x8EDBA7) is unknown color: approx Vista Blue. HEX triplet: 8E, DB and A7. RGB value is (142,219,167). Sum of RGB (Red+Green+Blue) = 142+219+167=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDBA7 is #712458. Grayscale: #BEBEBE. Windows color (decimal): -7414873 or 11000718. OLE color: 11000718.

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

Color convert

RGB142219167-
CMYK0.3500.240.14
HSL139.48º51.68%70.78%-
HSV(B)139.48º35.16%85.88%-
XYZ43.4659.245.7-
YUV190.05114.9993.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=26.89%
G=41.48%
B=31.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191670.3500.240.14139.4851.6870.78
Hex8EDBA723018E8b3447
Octal216333247430301621364107
Binary1000111011011011101001111000110110001110100010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,167); }

 H1.HeaderClassName
 {
   color: #8EDBA7;
 }
 .AnyTagClassName
 {
   color: #8EDBA7;
 }
</style>
background-color css

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

 a { background-color: rgb(142,219,167); }

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

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

 span { border-color: rgb(142,219,167); }

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