#8ECDA8

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

Shades of Vista Blue #8ECDA8

Tints of Vista Blue #8ECDA8

Color information

#8ECDA8 (or 0x8ECDA8) is unknown color: approx Vista Blue. HEX triplet: 8E, CD and A8. RGB value is (142,205,168). Sum of RGB (Red+Green+Blue) = 142+205+168=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECDA8 is #713257. Grayscale: #B6B6B6. Windows color (decimal): -7418456 or 11062670. OLE color: 11062670.

HSL color Cylindrical-coordinate representation of color #8ECDA8: hue angle of 144.76º 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 #8ECDA8 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB142205168-
CMYK0.3100.180.20
HSL144.76º38.65%68.04%-
HSV(B)144.76º30.73%80.39%-
XYZ40.0552.2445.02-
YUV181.94120.1399.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=27.57%
G=39.81%
B=32.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051680.3100.180.20144.7638.6568.04
Hex8ECDA81F01214912744
Octal216315250370222422147104
Binary1000111011001101101010001111101001010100100100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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