#8BE8BD

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

Shades of Vista Blue #8BE8BD

Tints of Vista Blue #8BE8BD

Color information

#8BE8BD (or 0x8BE8BD) is unknown color: approx Vista Blue. HEX triplet: 8B, E8 and BD. RGB value is (139,232,189). Sum of RGB (Red+Green+Blue) = 139+232+189=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8BD is #741742. Grayscale: #C7C7C7. Windows color (decimal): -7608131 or 12445835. OLE color: 12445835.

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

Color convert

RGB139232189-
CMYK0.4000.190.09
HSL152.26º66.91%72.75%-
HSV(B)152.26º40.09%90.98%-
XYZ48.6966.8858.49-
YUV199.29122.1985-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 232 (91.02% from 255) = 41.43%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=24.82%
G=41.43%
B=33.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392321890.4000.190.09152.2666.9172.75
Hex8BE8BD280139984349
Octal2133502755002311230103111
Binary10001011111010001011110110100001001110011001100010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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