#8EDDBD

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

Shades of Vista Blue #8EDDBD

Tints of Vista Blue #8EDDBD

Color information

#8EDDBD (or 0x8EDDBD) is unknown color: approx Vista Blue. HEX triplet: 8E, DD and BD. RGB value is (142,221,189). Sum of RGB (Red+Green+Blue) = 142+221+189=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDBD is #712242. Grayscale: #C1C1C1. Windows color (decimal): -7414339 or 12443022. OLE color: 12443022.

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

Color convert

RGB142221189-
CMYK0.3600.140.13
HSL155.7º53.74%71.18%-
HSV(B)155.7º35.75%86.67%-
XYZ46.261.1457.51-
YUV193.73125.3391.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.72%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=25.72%
G=40.04%
B=34.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211890.3600.140.13155.753.7471.18
Hex8EDDBD240ED9c3647
Octal216335275440161523466107
Binary100011101101110110111101100100011101101100111001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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