#8ECBAF

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

Shades of Vista Blue #8ECBAF

Tints of Vista Blue #8ECBAF

Color information

#8ECBAF (or 0x8ECBAF) is unknown color: approx Vista Blue. HEX triplet: 8E, CB and AF. RGB value is (142,203,175). Sum of RGB (Red+Green+Blue) = 142+203+175=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBAF is #713450. Grayscale: #B5B5B5. Windows color (decimal): -7418961 or 11520910. OLE color: 11520910.

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

Color convert

RGB142203175-
CMYK0.3000.140.20
HSL152.46º36.97%67.65%-
HSV(B)152.46º30.05%79.61%-
XYZ40.2551.5648.39-
YUV181.57124.2999.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=27.31%
G=39.04%
B=33.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031750.3000.140.20152.4636.9767.65
Hex8ECBAF1E0E14982544
Octal216313257360162423045104
Binary100011101100101110101111111100111010100100110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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