#8ED9BB

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

Shades of Vista Blue #8ED9BB

Tints of Vista Blue #8ED9BB

Color information

#8ED9BB (or 0x8ED9BB) is unknown color: approx Vista Blue. HEX triplet: 8E, D9 and BB. RGB value is (142,217,187). Sum of RGB (Red+Green+Blue) = 142+217+187=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9BB is #712644. Grayscale: #BFBFBF. Windows color (decimal): -7415365 or 12310926. OLE color: 12310926.

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

Color convert

RGB142217187-
CMYK0.3500.140.15
HSL156º49.67%70.39%-
HSV(B)156º34.56%85.1%-
XYZ44.9458.9656.03-
YUV191.16125.6592.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=26.01%
G=39.74%
B=34.25%

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
Decimal1422171870.3500.140.1515649.6770.39
Hex8ED9BB230EF9c3246
Octal216331273430161723462106
Binary100011101101100110111011100011011101111100111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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