#8EDBAA

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

Shades of Vista Blue #8EDBAA

Tints of Vista Blue #8EDBAA

Color information

#8EDBAA (or 0x8EDBAA) is unknown color: approx Vista Blue. HEX triplet: 8E, DB and AA. RGB value is (142,219,170). Sum of RGB (Red+Green+Blue) = 142+219+170=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDBAA is #712455. Grayscale: #BEBEBE. Windows color (decimal): -7414870 or 11197326. OLE color: 11197326.

HSL color Cylindrical-coordinate representation of color #8EDBAA: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBAA is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB142219170-
CMYK0.3500.220.14
HSL141.82º51.68%70.78%-
HSV(B)141.82º35.16%85.88%-
XYZ43.7459.3247.17-
YUV190.39116.4993.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=26.74%
G=41.24%
B=32.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191700.3500.220.14141.8251.6870.78
Hex8EDBAA23016E8e3447
Octal216333252430261621664107
Binary1000111011011011101010101000110101101110100011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,170); }

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

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

 a { background-color: rgb(142,219,170); }

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

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

 span { border-color: rgb(142,219,170); }

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