#8ED8A9

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

Shades of Vista Blue #8ED8A9

Tints of Vista Blue #8ED8A9

Color information

#8ED8A9 (or 0x8ED8A9) is unknown color: approx Vista Blue. HEX triplet: 8E, D8 and A9. RGB value is (142,216,169). Sum of RGB (Red+Green+Blue) = 142+216+169=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED8A9 is #712756. Grayscale: #BCBCBC. Windows color (decimal): -7415639 or 11131022. OLE color: 11131022.

HSL color Cylindrical-coordinate representation of color #8ED8A9: hue angle of 141.89º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED8A9 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB142216169-
CMYK0.3400.220.15
HSL141.89º48.68%70.2%-
HSV(B)141.89º34.26%84.71%-
XYZ42.8757.7346.42-
YUV188.52116.9894.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=26.94%
G=40.99%
B=32.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422161690.3400.220.15141.8948.6870.2
Hex8ED8A922016F8e3146
Octal216330251420261721661106
Binary1000111011011000101010011000100101101111100011101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,216,169); }

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

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

 a { background-color: rgb(142,216,169); }

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

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

 span { border-color: rgb(142,216,169); }

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