#8DE9BA

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

Shades of Vista Blue #8DE9BA

Tints of Vista Blue #8DE9BA

Color information

#8DE9BA (or 0x8DE9BA) is unknown color: approx Vista Blue. HEX triplet: 8D, E9 and BA. RGB value is (141,233,186). Sum of RGB (Red+Green+Blue) = 141+233+186=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE9BA is #721645. Grayscale: #C8C8C8. Windows color (decimal): -7476806 or 12249485. OLE color: 12249485.

HSL color Cylindrical-coordinate representation of color #8DE9BA: hue angle of 149.35º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9BA is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB141233186-
CMYK0.3900.200.09
HSL149.35º67.65%73.33%-
HSV(B)149.35º39.48%91.37%-
XYZ48.9967.4956.9-
YUV200.13120.0285.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 233 (91.41% from 255) = 41.61%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=25.18%
G=41.61%
B=33.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412331860.3900.200.09149.3567.6573.33
Hex8DE9BA270149954449
Octal2153512724702411225104111
Binary10001101111010011011101010011101010010011001010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,233,186); }

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

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

 a { background-color: rgb(141,233,186); }

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

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

 span { border-color: rgb(141,233,186); }

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