#8BE8BE

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

Shades of Vista Blue #8BE8BE

Tints of Vista Blue #8BE8BE

Color information

#8BE8BE (or 0x8BE8BE) is unknown color: approx Vista Blue. HEX triplet: 8B, E8 and BE. RGB value is (139,232,190). Sum of RGB (Red+Green+Blue) = 139+232+190=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8BE is #741741. Grayscale: #C7C7C7. Windows color (decimal): -7608130 or 12511371. OLE color: 12511371.

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

Color convert

RGB139232190-
CMYK0.4000.180.09
HSL152.9º66.91%72.75%-
HSV(B)152.9º40.09%90.98%-
XYZ48.866.9259.06-
YUV199.4122.6984.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=24.78%
G=41.35%
B=33.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392321900.4000.180.09152.966.9172.75
Hex8BE8BE280129994349
Octal2133502765002211231103111
Binary10001011111010001011111010100001001010011001100110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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