#8EDCBC

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

Shades of Vista Blue #8EDCBC

Tints of Vista Blue #8EDCBC

Color information

#8EDCBC (or 0x8EDCBC) is unknown color: approx Vista Blue. HEX triplet: 8E, DC and BC. RGB value is (142,220,188). Sum of RGB (Red+Green+Blue) = 142+220+188=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCBC is #712343. Grayscale: #C1C1C1. Windows color (decimal): -7414596 or 12377230. OLE color: 12377230.

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

Color convert

RGB142220188-
CMYK0.3500.150.14
HSL155.38º52.7%70.98%-
HSV(B)155.38º35.45%86.27%-
XYZ45.8360.5756.85-
YUV193.03125.1691.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.82%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=25.82%
G=40%
B=34.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201880.3500.150.14155.3852.770.98
Hex8EDCBC230FE9b3547
Octal216334274430171623365107
Binary100011101101110010111100100011011111110100110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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