#8ECEAC

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

Shades of Vista Blue #8ECEAC

Tints of Vista Blue #8ECEAC

Color information

#8ECEAC (or 0x8ECEAC) is unknown color: approx Vista Blue. HEX triplet: 8E, CE and AC. RGB value is (142,206,172). Sum of RGB (Red+Green+Blue) = 142+206+172=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEAC is #713153. Grayscale: #B7B7B7. Windows color (decimal): -7418196 or 11325070. OLE color: 11325070.

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

Color convert

RGB142206172-
CMYK0.3100.170.19
HSL148.12º39.51%68.24%-
HSV(B)148.12º31.07%80.78%-
XYZ40.6752.8747.09-
YUV182.99121.898.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=27.31%
G=39.62%
B=33.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061720.3100.170.19148.1239.5168.24
Hex8ECEAC1F01113942844
Octal216316254370212322450104
Binary1000111011001110101011001111101000110011100101001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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