#8ED9BA

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

Shades of Vista Blue #8ED9BA

Tints of Vista Blue #8ED9BA

Color information

#8ED9BA (or 0x8ED9BA) is unknown color: approx Vista Blue. HEX triplet: 8E, D9 and BA. RGB value is (142,217,186). Sum of RGB (Red+Green+Blue) = 142+217+186=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9BA is #712645. Grayscale: #BFBFBF. Windows color (decimal): -7415366 or 12245390. OLE color: 12245390.

HSL color Cylindrical-coordinate representation of color #8ED9BA: hue angle of 155.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED9BA is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB142217186-
CMYK0.3500.140.15
HSL155.2º49.67%70.39%-
HSV(B)155.2º34.56%85.1%-
XYZ44.8358.9255.46-
YUV191.04125.1593.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=26.06%
G=39.82%
B=34.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171860.3500.140.15155.249.6770.39
Hex8ED9BA230EF9b3246
Octal216331272430161723362106
Binary100011101101100110111010100011011101111100110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,186); }

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

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

 a { background-color: rgb(142,217,186); }

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

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

 span { border-color: rgb(142,217,186); }

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