#8BE9AF

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

Shades of Vista Blue #8BE9AF

Tints of Vista Blue #8BE9AF

Color information

#8BE9AF (or 0x8BE9AF) is unknown color: approx Vista Blue. HEX triplet: 8B, E9 and AF. RGB value is (139,233,175). Sum of RGB (Red+Green+Blue) = 139+233+175=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE9AF is #741650. Grayscale: #C6C6C6. Windows color (decimal): -7607889 or 11528587. OLE color: 11528587.

HSL color Cylindrical-coordinate representation of color #8BE9AF: hue angle of 142.98º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE9AF is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB139233175-
CMYK0.4000.250.09
HSL142.98º68.12%72.94%-
HSV(B)142.98º40.34%91.37%-
XYZ47.5266.8650.96-
YUV198.28114.8685.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=25.41%
G=42.60%
B=31.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392331750.4000.250.09142.9868.1272.94
Hex8BE9AF2801998f4449
Octal2133512575003111217104111
Binary10001011111010011010111110100001100110011000111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,233,175); }

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

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

 a { background-color: rgb(139,233,175); }

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

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

 span { border-color: rgb(139,233,175); }

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