#8EDAB6

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

Shades of Vista Blue #8EDAB6

Tints of Vista Blue #8EDAB6

Color information

#8EDAB6 (or 0x8EDAB6) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and B6. RGB value is (142,218,182). Sum of RGB (Red+Green+Blue) = 142+218+182=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDAB6 is #712549. Grayscale: #BFBFBF. Windows color (decimal): -7415114 or 11983502. OLE color: 11983502.

HSL color Cylindrical-coordinate representation of color #8EDAB6: hue angle of 151.58º 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 #8EDAB6 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB142218182-
CMYK0.3500.170.15
HSL151.58º50.67%70.59%-
HSV(B)151.58º34.86%85.49%-
XYZ44.6759.2753.34-
YUV191.17122.8292.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=26.20%
G=40.22%
B=33.58%

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
Decimal1422181820.3500.170.15151.5850.6770.59
Hex8EDAB623011F983347
Octal216332266430211723063107
Binary1000111011011010101101101000110100011111100110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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