#8EC6AB

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

Shades of Vista Blue #8EC6AB

Tints of Vista Blue #8EC6AB

Color information

#8EC6AB (or 0x8EC6AB) is unknown color: approx Vista Blue. HEX triplet: 8E, C6 and AB. RGB value is (142,198,171). Sum of RGB (Red+Green+Blue) = 142+198+171=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC6AB is #713954. Grayscale: #B2B2B2. Windows color (decimal): -7420245 or 11257486. OLE color: 11257486.

HSL color Cylindrical-coordinate representation of color #8EC6AB: hue angle of 151.07º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC6AB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB142198171-
CMYK0.2800.140.22
HSL151.07º32.94%66.67%-
HSV(B)151.07º28.28%77.65%-
XYZ38.749.0845.96-
YUV178.18123.95102.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=27.79%
G=38.75%
B=33.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421981710.2800.140.22151.0732.9466.67
Hex8EC6AB1C0E16972143
Octal216306253340162622741103
Binary100011101100011010101011111000111010110100101111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,198,171); }

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

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

 a { background-color: rgb(142,198,171); }

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

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

 span { border-color: rgb(142,198,171); }

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