#8EDDB7

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

Shades of Vista Blue #8EDDB7

Tints of Vista Blue #8EDDB7

Color information

#8EDDB7 (or 0x8EDDB7) is unknown color: approx Vista Blue. HEX triplet: 8E, DD and B7. RGB value is (142,221,183). Sum of RGB (Red+Green+Blue) = 142+221+183=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDB7 is #712248. Grayscale: #C1C1C1. Windows color (decimal): -7414345 or 12049806. OLE color: 12049806.

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

Color convert

RGB142221183-
CMYK0.3600.170.13
HSL151.14º53.74%71.18%-
HSV(B)151.14º35.75%86.67%-
XYZ45.5660.8854.15-
YUV193.05122.3391.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=26.01%
G=40.48%
B=33.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211830.3600.170.13151.1453.7471.18
Hex8EDDB724011D973647
Octal216335267440211522766107
Binary1000111011011101101101111001000100011101100101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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