#8ECCA5

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

Shades of Vista Blue #8ECCA5

Tints of Vista Blue #8ECCA5

Color information

#8ECCA5 (or 0x8ECCA5) is unknown color: approx Vista Blue. HEX triplet: 8E, CC and A5. RGB value is (142,204,165). Sum of RGB (Red+Green+Blue) = 142+204+165=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECCA5 is #71335A. Grayscale: #B5B5B5. Windows color (decimal): -7418715 or 10865806. OLE color: 10865806.

HSL color Cylindrical-coordinate representation of color #8ECCA5: hue angle of 142.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB142204165-
CMYK0.3000.190.2
HSL142.26º37.8%67.84%-
HSV(B)142.26º30.39%80%-
XYZ39.5451.6543.48-
YUV181.02118.96100.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=27.79%
G=39.92%
B=32.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1422041650.3000.190.2142.2637.867.84
Hex8ECCA51E013148e2644
Octal216314245360232421646104
Binary1000111011001100101001011111001001110100100011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,204,165); }

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

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

 a { background-color: rgb(142,204,165); }

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

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

 span { border-color: rgb(142,204,165); }

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