#8BC7AA

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

Shades of Vista Blue #8BC7AA

Tints of Vista Blue #8BC7AA

Color information

#8BC7AA (or 0x8BC7AA) is unknown color: approx Vista Blue. HEX triplet: 8B, C7 and AA. RGB value is (139,199,170). Sum of RGB (Red+Green+Blue) = 139+199+170=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC7AA is #743855. Grayscale: #B1B1B1. Windows color (decimal): -7616598 or 11192203. OLE color: 11192203.

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

Color convert

RGB139199170-
CMYK0.3000.150.22
HSL151º34.88%66.27%-
HSV(B)151º30.15%78.04%-
XYZ38.3349.2445.51-
YUV177.75123.62100.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=27.36%
G=39.17%
B=33.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391991700.3000.150.2215134.8866.27
Hex8BC7AA1E0F16972342
Octal213307252360172622743102
Binary100010111100011110101010111100111110110100101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,199,170); }

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

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

 a { background-color: rgb(139,199,170); }

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

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

 span { border-color: rgb(139,199,170); }

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