#8EDAA7

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

Shades of Vista Blue #8EDAA7

Tints of Vista Blue #8EDAA7

Color information

#8EDAA7 (or 0x8EDAA7) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and A7. RGB value is (142,218,167). Sum of RGB (Red+Green+Blue) = 142+218+167=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDAA7 is #712558. Grayscale: #BDBDBD. Windows color (decimal): -7415129 or 11000462. OLE color: 11000462.

HSL color Cylindrical-coordinate representation of color #8EDAA7: hue angle of 139.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAA7 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB142218167-
CMYK0.3500.230.15
HSL139.74º50.67%70.59%-
HSV(B)139.74º34.86%85.49%-
XYZ43.258.6845.61-
YUV189.46115.3294.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=26.94%
G=41.37%
B=31.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181670.3500.230.15139.7450.6770.59
Hex8EDAA723017F8c3347
Octal216332247430271721463107
Binary1000111011011010101001111000110101111111100011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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