#8EDDAD

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

Shades of Vista Blue #8EDDAD

Tints of Vista Blue #8EDDAD

Color information

#8EDDAD (or 0x8EDDAD) is unknown color: approx Vista Blue. HEX triplet: 8E, DD and AD. RGB value is (142,221,173). Sum of RGB (Red+Green+Blue) = 142+221+173=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDAD is #712252. Grayscale: #C0C0C0. Windows color (decimal): -7414355 or 11394446. OLE color: 11394446.

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

Color convert

RGB142221173-
CMYK0.3600.220.13
HSL143.54º53.74%71.18%-
HSV(B)143.54º35.75%86.67%-
XYZ44.5560.4848.86-
YUV191.91117.3392.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=26.49%
G=41.23%
B=32.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211730.3600.220.13143.5453.7471.18
Hex8EDDAD24016D903647
Octal216335255440261522066107
Binary1000111011011101101011011001000101101101100100001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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