#8EDAB4

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

Shades of Vista Blue #8EDAB4

Tints of Vista Blue #8EDAB4

Color information

#8EDAB4 (or 0x8EDAB4) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and B4. RGB value is (142,218,180). Sum of RGB (Red+Green+Blue) = 142+218+180=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDAB4 is #71254B. Grayscale: #BFBFBF. Windows color (decimal): -7415116 or 11852430. OLE color: 11852430.

HSL color Cylindrical-coordinate representation of color #8EDAB4: hue angle of 150º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAB4 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB142218180-
CMYK0.3500.170.15
HSL150º50.67%70.59%-
HSV(B)150º34.86%85.49%-
XYZ44.4659.1952.26-
YUV190.94121.8293.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=26.30%
G=40.37%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181800.3500.170.1515050.6770.59
Hex8EDAB423011F963347
Octal216332264430211722663107
Binary1000111011011010101101001000110100011111100101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,180); }

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

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

 a { background-color: rgb(142,218,180); }

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

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

 span { border-color: rgb(142,218,180); }

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