#8EDDA8

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

Shades of Vista Blue #8EDDA8

Tints of Vista Blue #8EDDA8

Color information

#8EDDA8 (or 0x8EDDA8) is unknown color: approx Vista Blue. HEX triplet: 8E, DD and A8. RGB value is (142,221,168). Sum of RGB (Red+Green+Blue) = 142+221+168=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA8 is #712257. Grayscale: #BFBFBF. Windows color (decimal): -7414360 or 11066766. OLE color: 11066766.

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

Color convert

RGB142221168-
CMYK0.3600.240.13
HSL139.75º53.74%71.18%-
HSV(B)139.75º35.75%86.67%-
XYZ44.0860.2946.36-
YUV191.34114.8392.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=26.74%
G=41.62%
B=31.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211680.3600.240.13139.7553.7471.18
Hex8EDDA824018D8c3647
Octal216335250440301521466107
Binary1000111011011101101010001001000110001101100011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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