#8EC8B0

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

Shades of Vista Blue #8EC8B0

Tints of Vista Blue #8EC8B0

Color information

#8EC8B0 (or 0x8EC8B0) is unknown color: approx Vista Blue. HEX triplet: 8E, C8 and B0. RGB value is (142,200,176). Sum of RGB (Red+Green+Blue) = 142+200+176=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC8B0 is #71374F. Grayscale: #B3B3B3. Windows color (decimal): -7419728 or 11585678. OLE color: 11585678.

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

Color convert

RGB142200176-
CMYK0.2900.120.22
HSL155.17º34.52%67.06%-
HSV(B)155.17º29%78.43%-
XYZ39.6550.1948.67-
YUV179.92125.78100.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=27.41%
G=38.61%
B=33.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1422001760.2900.120.22155.1734.5267.06
Hex8EC8B01D0C169b2343
Octal216310260350142623343103
Binary100011101100100010110000111010110010110100110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,200,176); }

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

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

 a { background-color: rgb(142,200,176); }

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

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

 span { border-color: rgb(142,200,176); }

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