#8EECAA

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

Shades of Vista Blue #8EECAA

Tints of Vista Blue #8EECAA

Color information

#8EECAA (or 0x8EECAA) is unknown color: approx Vista Blue. HEX triplet: 8E, EC and AA. RGB value is (142,236,170). Sum of RGB (Red+Green+Blue) = 142+236+170=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EECAA is #711355. Grayscale: #C8C8C8. Windows color (decimal): -7410518 or 11201678. OLE color: 11201678.

HSL color Cylindrical-coordinate representation of color #8EECAA: hue angle of 137.87º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECAA is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB142236170-
CMYK0.4000.280.07
HSL137.87º71.21%74.12%-
HSV(B)137.87º39.83%92.55%-
XYZ48.4168.6448.73-
YUV200.37110.8686.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=25.91%
G=43.07%
B=31.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422361700.4000.280.07137.8771.2174.12
Hex8EECAA2801C78a474a
Octal216354252500347212107112
Binary1000111011101100101010101010000111001111000101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,236,170); }

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

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

 a { background-color: rgb(142,236,170); }

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

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

 span { border-color: rgb(142,236,170); }

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