#8EDAB3

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

Shades of Vista Blue #8EDAB3

Tints of Vista Blue #8EDAB3

Color information

#8EDAB3 (or 0x8EDAB3) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and B3. RGB value is (142,218,179). Sum of RGB (Red+Green+Blue) = 142+218+179=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDAB3 is #71254C. Grayscale: #BEBEBE. Windows color (decimal): -7415117 or 11786894. OLE color: 11786894.

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

Color convert

RGB142218179-
CMYK0.3500.180.15
HSL149.21º50.67%70.59%-
HSV(B)149.21º34.86%85.49%-
XYZ44.3659.1551.73-
YUV190.83121.3293.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=26.35%
G=40.45%
B=33.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181790.3500.180.15149.2150.6770.59
Hex8EDAB323012F953347
Octal216332263430221722563107
Binary1000111011011010101100111000110100101111100101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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