#8BD9B1

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

Shades of Vista Blue #8BD9B1

Tints of Vista Blue #8BD9B1

Color information

#8BD9B1 (or 0x8BD9B1) is unknown color: approx Vista Blue. HEX triplet: 8B, D9 and B1. RGB value is (139,217,177). Sum of RGB (Red+Green+Blue) = 139+217+177=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD9B1 is #74264E. Grayscale: #BDBDBD. Windows color (decimal): -7611983 or 11655563. OLE color: 11655563.

HSL color Cylindrical-coordinate representation of color #8BD9B1: hue angle of 149.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9B1 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB139217177-
CMYK0.3600.180.15
HSL149.23º50.65%69.8%-
HSV(B)149.23º35.94%85.1%-
XYZ43.458.2950.56-
YUV189.12121.1692.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=26.08%
G=40.71%
B=33.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171770.3600.180.15149.2350.6569.8
Hex8BD9B124012F953346
Octal213331261440221722563106
Binary1000101111011001101100011001000100101111100101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,177); }

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

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

 a { background-color: rgb(139,217,177); }

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

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

 span { border-color: rgb(139,217,177); }

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