#8BCCB1

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

Shades of Vista Blue #8BCCB1

Tints of Vista Blue #8BCCB1

Color information

#8BCCB1 (or 0x8BCCB1) is unknown color: approx Vista Blue. HEX triplet: 8B, CC and B1. RGB value is (139,204,177). Sum of RGB (Red+Green+Blue) = 139+204+177=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCCB1 is #74334E. Grayscale: #B5B5B5. Windows color (decimal): -7615311 or 11652235. OLE color: 11652235.

HSL color Cylindrical-coordinate representation of color #8BCCB1: hue angle of 155.08º degrees, saturation: 0.39, 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 #8BCCB1 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB139204177-
CMYK0.3200.130.2
HSL155.08º38.92%67.25%-
HSV(B)155.08º31.86%80%-
XYZ40.1851.8549.49-
YUV181.49125.4797.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=26.73%
G=39.23%
B=34.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041770.3200.130.2155.0838.9267.25
Hex8BCCB1200D149b2743
Octal213314261400152423347103
Binary1000101111001100101100011000000110110100100110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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