#8EDFAD

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

Shades of Vista Blue #8EDFAD

Tints of Vista Blue #8EDFAD

Color information

#8EDFAD (or 0x8EDFAD) is unknown color: approx Vista Blue. HEX triplet: 8E, DF and AD. RGB value is (142,223,173). Sum of RGB (Red+Green+Blue) = 142+223+173=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFAD is #712052. Grayscale: #C1C1C1. Windows color (decimal): -7413843 or 11394958. OLE color: 11394958.

HSL color Cylindrical-coordinate representation of color #8EDFAD: hue angle of 142.96º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFAD is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB142223173-
CMYK0.3600.220.13
HSL142.96º55.86%71.57%-
HSV(B)142.96º36.32%87.45%-
XYZ45.0961.5449.04-
YUV193.08116.6691.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=26.39%
G=41.45%
B=32.16%

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
Decimal1422231730.3600.220.13142.9655.8671.57
Hex8EDFAD24016D8f3848
Octal216337255440261521770110
Binary1000111011011111101011011001000101101101100011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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