#8EDEAC

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

Shades of Vista Blue #8EDEAC

Tints of Vista Blue #8EDEAC

Color information

#8EDEAC (or 0x8EDEAC) is unknown color: approx Vista Blue. HEX triplet: 8E, DE and AC. RGB value is (142,222,172). Sum of RGB (Red+Green+Blue) = 142+222+172=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEAC is #712153. Grayscale: #C0C0C0. Windows color (decimal): -7414100 or 11329166. OLE color: 11329166.

HSL color Cylindrical-coordinate representation of color #8EDEAC: hue angle of 142.5º 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 #8EDEAC is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB142222172-
CMYK0.3600.230.13
HSL142.5º54.79%71.37%-
HSV(B)142.5º36.04%87.06%-
XYZ44.7260.9748.44-
YUV192.38116.592.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=26.49%
G=41.42%
B=32.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422221720.3600.230.13142.554.7971.37
Hex8EDEAC24017D8e3747
Octal216336254440271521667107
Binary1000111011011110101011001001000101111101100011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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