#8BE8B5

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

Shades of Vista Blue #8BE8B5

Tints of Vista Blue #8BE8B5

Color information

#8BE8B5 (or 0x8BE8B5) is unknown color: approx Vista Blue. HEX triplet: 8B, E8 and B5. RGB value is (139,232,181). Sum of RGB (Red+Green+Blue) = 139+232+181=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8B5 is #74174A. Grayscale: #C6C6C6. Windows color (decimal): -7608139 or 11921547. OLE color: 11921547.

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

Color convert

RGB139232181-
CMYK0.4000.220.09
HSL147.1º66.91%72.75%-
HSV(B)147.1º40.09%90.98%-
XYZ47.8466.5454.04-
YUV198.38118.1985.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.18%
GREEN value IS 232 (91.02% from 255) = 42.03%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=25.18%
G=42.03%
B=32.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392321810.4000.220.09147.166.9172.75
Hex8BE8B5280169934349
Octal2133502655002611223103111
Binary10001011111010001011010110100001011010011001001110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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