#8ED3AE

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

Shades of Vista Blue #8ED3AE

Tints of Vista Blue #8ED3AE

Color information

#8ED3AE (or 0x8ED3AE) is unknown color: approx Vista Blue. HEX triplet: 8E, D3 and AE. RGB value is (142,211,174). Sum of RGB (Red+Green+Blue) = 142+211+174=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED3AE is #712C51. Grayscale: #BABABA. Windows color (decimal): -7416914 or 11457422. OLE color: 11457422.

HSL color Cylindrical-coordinate representation of color #8ED3AE: hue angle of 147.83º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED3AE is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB142211174-
CMYK0.3300.180.17
HSL147.83º43.95%69.22%-
HSV(B)147.83º32.7%82.75%-
XYZ42.0955.448.52-
YUV186.15121.1496.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=26.94%
G=40.04%
B=33.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422111740.3300.180.17147.8343.9569.22
Hex8ED3AE2101211942c45
Octal216323256410222122454105
Binary10001110110100111010111010000101001010001100101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,174); }

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

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

 a { background-color: rgb(142,211,174); }

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

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

 span { border-color: rgb(142,211,174); }

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