#8BE4A7

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

Shades of Vista Blue #8BE4A7

Tints of Vista Blue #8BE4A7

Color information

#8BE4A7 (or 0x8BE4A7) is unknown color: approx Vista Blue. HEX triplet: 8B, E4 and A7. RGB value is (139,228,167). Sum of RGB (Red+Green+Blue) = 139+228+167=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE4A7 is #741B58. Grayscale: #C2C2C2. Windows color (decimal): -7609177 or 11003019. OLE color: 11003019.

HSL color Cylindrical-coordinate representation of color #8BE4A7: hue angle of 138.88º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE4A7 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB139228167-
CMYK0.3900.270.11
HSL138.88º62.24%71.96%-
HSV(B)138.88º39.04%89.41%-
XYZ45.3763.7746.48-
YUV194.44112.5188.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=26.03%
G=42.70%
B=31.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392281670.3900.270.11138.8862.2471.96
Hex8BE4A72701BB8b3e48
Octal213344247470331321376110
Binary1000101111100100101001111001110110111011100010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,228,167); }

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

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

 a { background-color: rgb(139,228,167); }

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

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

 span { border-color: rgb(139,228,167); }

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