#8ECDA7

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

Shades of Vista Blue #8ECDA7

Tints of Vista Blue #8ECDA7

Color information

#8ECDA7 (or 0x8ECDA7) is unknown color: approx Vista Blue. HEX triplet: 8E, CD and A7. RGB value is (142,205,167). Sum of RGB (Red+Green+Blue) = 142+205+167=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECDA7 is #713258. Grayscale: #B5B5B5. Windows color (decimal): -7418457 or 10997134. OLE color: 10997134.

HSL color Cylindrical-coordinate representation of color #8ECDA7: hue angle of 143.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDA7 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB142205167-
CMYK0.3100.190.20
HSL143.81º38.65%68.04%-
HSV(B)143.81º30.73%80.39%-
XYZ39.9652.244.53-
YUV181.83119.6399.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=27.63%
G=39.88%
B=32.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051670.3100.190.20143.8138.6568.04
Hex8ECDA71F01314902744
Octal216315247370232422047104
Binary1000111011001101101001111111101001110100100100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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