#8BD5B1

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

Shades of Vista Blue #8BD5B1

Tints of Vista Blue #8BD5B1

Color information

#8BD5B1 (or 0x8BD5B1) is unknown color: approx Vista Blue. HEX triplet: 8B, D5 and B1. RGB value is (139,213,177). Sum of RGB (Red+Green+Blue) = 139+213+177=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD5B1 is #742A4E. Grayscale: #BABABA. Windows color (decimal): -7613007 or 11654539. OLE color: 11654539.

HSL color Cylindrical-coordinate representation of color #8BD5B1: hue angle of 150.81º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD5B1 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB139213177-
CMYK0.3500.170.16
HSL150.81º46.84%69.02%-
HSV(B)150.81º34.74%83.53%-
XYZ42.3856.2550.22-
YUV186.77122.4893.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.28%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=26.28%
G=40.26%
B=33.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131770.3500.170.16150.8146.8469.02
Hex8BD5B12301110972f45
Octal213325261430212022757105
Binary10001011110101011011000110001101000110000100101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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