#8BC8AC

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

Shades of Vista Blue #8BC8AC

Tints of Vista Blue #8BC8AC

Color information

#8BC8AC (or 0x8BC8AC) is unknown color: approx Vista Blue. HEX triplet: 8B, C8 and AC. RGB value is (139,200,172). Sum of RGB (Red+Green+Blue) = 139+200+172=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC8AC is #743753. Grayscale: #B2B2B2. Windows color (decimal): -7616340 or 11323531. OLE color: 11323531.

HSL color Cylindrical-coordinate representation of color #8BC8AC: hue angle of 152.46º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8AC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB139200172-
CMYK0.3000.140.22
HSL152.46º35.67%66.47%-
HSV(B)152.46º30.5%78.43%-
XYZ38.7549.7846.6-
YUV178.57124.2999.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=27.20%
G=39.14%
B=33.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1392001720.3000.140.22152.4635.6766.47
Hex8BC8AC1E0E16982442
Octal213310254360162623044102
Binary100010111100100010101100111100111010110100110001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,172); }

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

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

 a { background-color: rgb(139,200,172); }

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

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

 span { border-color: rgb(139,200,172); }

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