#8ECBAD

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

Shades of Vista Blue #8ECBAD

Tints of Vista Blue #8ECBAD

Color information

#8ECBAD (or 0x8ECBAD) is unknown color: approx Vista Blue. HEX triplet: 8E, CB and AD. RGB value is (142,203,173). Sum of RGB (Red+Green+Blue) = 142+203+173=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBAD is #713452. Grayscale: #B5B5B5. Windows color (decimal): -7418963 or 11389838. OLE color: 11389838.

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

Color convert

RGB142203173-
CMYK0.3000.150.20
HSL150.49º36.97%67.65%-
HSV(B)150.49º30.05%79.61%-
XYZ40.0551.4847.36-
YUV181.34123.2999.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=27.41%
G=39.19%
B=33.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031730.3000.150.20150.4936.9767.65
Hex8ECBAD1E0F14962544
Octal216313255360172422645104
Binary100011101100101110101101111100111110100100101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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