#8BE2BA

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

Shades of Vista Blue #8BE2BA

Tints of Vista Blue #8BE2BA

Color information

#8BE2BA (or 0x8BE2BA) is unknown color: approx Vista Blue. HEX triplet: 8B, E2 and BA. RGB value is (139,226,186). Sum of RGB (Red+Green+Blue) = 139+226+186=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE2BA is #741D45. Grayscale: #C3C3C3. Windows color (decimal): -7609670 or 12247691. OLE color: 12247691.

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

Color convert

RGB139226186-
CMYK0.3800.180.11
HSL152.41º60%71.57%-
HSV(B)152.41º38.5%88.63%-
XYZ46.7163.4356.24-
YUV195.43122.6887.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 226 (88.67% from 255) = 41.02%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=25.23%
G=41.02%
B=33.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392261860.3800.180.11152.416071.57
Hex8BE2BA26012B983c48
Octal213342272460221323074110
Binary1000101111100010101110101001100100101011100110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,226,186); }

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

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

 a { background-color: rgb(139,226,186); }

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

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

 span { border-color: rgb(139,226,186); }

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