#8ECBA4

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

Shades of Vista Blue #8ECBA4

Tints of Vista Blue #8ECBA4

Color information

#8ECBA4 (or 0x8ECBA4) is unknown color: approx Vista Blue. HEX triplet: 8E, CB and A4. RGB value is (142,203,164). Sum of RGB (Red+Green+Blue) = 142+203+164=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBA4 is #71345B. Grayscale: #B4B4B4. Windows color (decimal): -7418972 or 10800014. OLE color: 10800014.

HSL color Cylindrical-coordinate representation of color #8ECBA4: hue angle of 141.64º degrees, saturation: 0.37, 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 #8ECBA4 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB142203164-
CMYK0.3000.190.20
HSL141.64º36.97%67.65%-
HSV(B)141.64º30.05%79.61%-
XYZ39.2151.1442.93-
YUV180.31118.79100.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=27.90%
G=39.88%
B=32.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031640.3000.190.20141.6436.9767.65
Hex8ECBA41E013148e2544
Octal216313244360232421645104
Binary1000111011001011101001001111001001110100100011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,164); }

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

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

 a { background-color: rgb(142,203,164); }

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

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

 span { border-color: rgb(142,203,164); }

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