#8BE8AE

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

Shades of Vista Blue #8BE8AE

Tints of Vista Blue #8BE8AE

Color information

#8BE8AE (or 0x8BE8AE) is unknown color: approx Vista Blue. HEX triplet: 8B, E8 and AE. RGB value is (139,232,174). Sum of RGB (Red+Green+Blue) = 139+232+174=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE8AE is #741751. Grayscale: #C5C5C5. Windows color (decimal): -7608146 or 11462795. OLE color: 11462795.

HSL color Cylindrical-coordinate representation of color #8BE8AE: hue angle of 142.58º degrees, saturation: 0.67, 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 #8BE8AE is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB139232174-
CMYK0.4000.250.09
HSL142.58º66.91%72.75%-
HSV(B)142.58º40.09%90.98%-
XYZ47.1466.2650.35-
YUV197.58114.6986.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=25.50%
G=42.57%
B=31.93%

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
Decimal1392321740.4000.250.09142.5866.9172.75
Hex8BE8AE2801998f4349
Octal2133502565003111217103111
Binary10001011111010001010111010100001100110011000111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,232,174); }

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

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

 a { background-color: rgb(139,232,174); }

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

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

 span { border-color: rgb(139,232,174); }

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