#8EDCBB

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

Shades of Vista Blue #8EDCBB

Tints of Vista Blue #8EDCBB

Color information

#8EDCBB (or 0x8EDCBB) is unknown color: approx Vista Blue. HEX triplet: 8E, DC and BB. RGB value is (142,220,187). Sum of RGB (Red+Green+Blue) = 142+220+187=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCBB is #712344. Grayscale: #C0C0C0. Windows color (decimal): -7414597 or 12311694. OLE color: 12311694.

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

Color convert

RGB142220187-
CMYK0.3500.150.14
HSL154.62º52.7%70.98%-
HSV(B)154.62º35.45%86.27%-
XYZ45.7260.5356.29-
YUV192.92124.6691.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.87%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=25.87%
G=40.07%
B=34.06%

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
Decimal1422201870.3500.150.14154.6252.770.98
Hex8EDCBB230FE9b3547
Octal216334273430171623365107
Binary100011101101110010111011100011011111110100110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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