#8EDEA9

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

Shades of Vista Blue #8EDEA9

Tints of Vista Blue #8EDEA9

Color information

#8EDEA9 (or 0x8EDEA9) is unknown color: approx Vista Blue. HEX triplet: 8E, DE and A9. RGB value is (142,222,169). Sum of RGB (Red+Green+Blue) = 142+222+169=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEA9 is #712156. Grayscale: #C0C0C0. Windows color (decimal): -7414103 or 11132558. OLE color: 11132558.

HSL color Cylindrical-coordinate representation of color #8EDEA9: hue angle of 140.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDEA9 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB142222169-
CMYK0.3600.240.13
HSL140.25º54.79%71.37%-
HSV(B)140.25º36.04%87.06%-
XYZ44.4460.8646.94-
YUV192.0411592.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=26.64%
G=41.65%
B=31.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422221690.3600.240.13140.2554.7971.37
Hex8EDEA924018D8c3747
Octal216336251440301521467107
Binary1000111011011110101010011001000110001101100011001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,222,169); }

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

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

 a { background-color: rgb(142,222,169); }

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

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

 span { border-color: rgb(142,222,169); }

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