#8BCDB0

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

Shades of Vista Blue #8BCDB0

Tints of Vista Blue #8BCDB0

Color information

#8BCDB0 (or 0x8BCDB0) is unknown color: approx Vista Blue. HEX triplet: 8B, CD and B0. RGB value is (139,205,176). Sum of RGB (Red+Green+Blue) = 139+205+176=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDB0 is #74324F. Grayscale: #B6B6B6. Windows color (decimal): -7615056 or 11586955. OLE color: 11586955.

HSL color Cylindrical-coordinate representation of color #8BCDB0: hue angle of 153.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDB0 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB139205176-
CMYK0.3200.140.20
HSL153.64º39.76%67.45%-
HSV(B)153.64º32.2%80.39%-
XYZ40.3252.2949.04-
YUV181.96124.6397.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=26.73%
G=39.42%
B=33.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051760.3200.140.20153.6439.7667.45
Hex8BCDB0200E149a2843
Octal213315260400162423250103
Binary1000101111001101101100001000000111010100100110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,176); }

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

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

 a { background-color: rgb(139,205,176); }

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

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

 span { border-color: rgb(139,205,176); }

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