#8BC8AB

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

Shades of Vista Blue #8BC8AB

Tints of Vista Blue #8BC8AB

Color information

#8BC8AB (or 0x8BC8AB) is unknown color: approx Vista Blue. HEX triplet: 8B, C8 and AB. RGB value is (139,200,171). Sum of RGB (Red+Green+Blue) = 139+200+171=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC8AB is #743754. Grayscale: #B2B2B2. Windows color (decimal): -7616341 or 11257995. OLE color: 11257995.

HSL color Cylindrical-coordinate representation of color #8BC8AB: hue angle of 151.48º 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 #8BC8AB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB139200171-
CMYK0.3000.140.22
HSL151.48º35.67%66.47%-
HSV(B)151.48º30.5%78.43%-
XYZ38.6549.7446.09-
YUV178.46123.7999.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.25%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=27.25%
G=39.22%
B=33.53%

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
Decimal1392001710.3000.140.22151.4835.6766.47
Hex8BC8AB1E0E16972442
Octal213310253360162622744102
Binary100010111100100010101011111100111010110100101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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