#8EDCB0

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

Shades of Vista Blue #8EDCB0

Tints of Vista Blue #8EDCB0

Color information

#8EDCB0 (or 0x8EDCB0) is unknown color: approx Vista Blue. HEX triplet: 8E, DC and B0. RGB value is (142,220,176). Sum of RGB (Red+Green+Blue) = 142+220+176=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDCB0 is #71234F. Grayscale: #BFBFBF. Windows color (decimal): -7414608 or 11590798. OLE color: 11590798.

HSL color Cylindrical-coordinate representation of color #8EDCB0: hue angle of 146.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB142220176-
CMYK0.3500.20.14
HSL146.15º52.7%70.98%-
HSV(B)146.15º35.45%86.27%-
XYZ44.5960.0750.32-
YUV191.66119.1692.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=26.39%
G=40.89%
B=32.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201760.3500.20.14146.1552.770.98
Hex8EDCB023014E923547
Octal216334260430241622265107
Binary1000111011011100101100001000110101001110100100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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