#8be5b1

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

Shades of Vista Blue #8BE5B1

Tints of Vista Blue #8BE5B1

Color information

#8BE5B1 (or 0x8BE5B1) is unknown color: approx Vista Blue. HEX triplet: 8B, E5 and B1. RGB value is (139,229,177). Sum of RGB (Red+Green+Blue) = 139+229+177=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE5B1 is #741A4E. Grayscale: #C4C4C4. Windows color (decimal): -7608911 or 11658635. OLE color: 11658635.

HSL color Cylindrical-coordinate representation of color #8BE5B1: hue angle of 145.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE5B1 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB139229177-
CMYK0.3900.230.10
HSL145.33º63.38%72.16%-
HSV(B)145.33º39.3%89.8%-
XYZ46.664.751.63-
YUV196.16117.1887.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 229 (89.84% from 255) = 42.02%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=25.50%
G=42.02%
B=32.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392291770.3900.230.10145.3363.3872.16
Hex8BE5B127017A913f48
Octal213345261470271222177110
Binary1000101111100101101100011001110101111010100100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8be5b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,229,177); }

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

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

 a { background-color: rgb(139,229,177); }

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

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

 span { border-color: rgb(139,229,177); }

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