#8ECEA8

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

Shades of Vista Blue #8ECEA8

Tints of Vista Blue #8ECEA8

Color information

#8ECEA8 (or 0x8ECEA8) is unknown color: approx Vista Blue. HEX triplet: 8E, CE and A8. RGB value is (142,206,168). Sum of RGB (Red+Green+Blue) = 142+206+168=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEA8 is #713157. Grayscale: #B6B6B6. Windows color (decimal): -7418200 or 11062926. OLE color: 11062926.

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

Color convert

RGB142206168-
CMYK0.3100.180.19
HSL144.38º39.51%68.24%-
HSV(B)144.38º31.07%80.78%-
XYZ40.2952.7245.1-
YUV182.53119.899.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=27.52%
G=39.92%
B=32.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061680.3100.180.19144.3839.5168.24
Hex8ECEA81F01213902844
Octal216316250370222322050104
Binary1000111011001110101010001111101001010011100100001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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