#8EDDBB

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

Shades of Vista Blue #8EDDBB

Tints of Vista Blue #8EDDBB

Color information

#8EDDBB (or 0x8EDDBB) is unknown color: approx Vista Blue. HEX triplet: 8E, DD and BB. RGB value is (142,221,187). Sum of RGB (Red+Green+Blue) = 142+221+187=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDBB is #712244. Grayscale: #C1C1C1. Windows color (decimal): -7414341 or 12311950. OLE color: 12311950.

HSL color Cylindrical-coordinate representation of color #8EDDBB: hue angle of 154.18º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDBB is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB142221187-
CMYK0.3600.150.13
HSL154.18º53.74%71.18%-
HSV(B)154.18º35.75%86.67%-
XYZ45.9861.0556.37-
YUV193.5124.3391.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.82%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 187 (73.44% from 255) = 34%
R=25.82%
G=40.18%
B=34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211870.3600.150.13154.1853.7471.18
Hex8EDDBB240FD9a3647
Octal216335273440171523266107
Binary100011101101110110111011100100011111101100110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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