#8BC9AC

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

Shades of Vista Blue #8BC9AC

Tints of Vista Blue #8BC9AC

Color information

#8BC9AC (or 0x8BC9AC) is unknown color: approx Vista Blue. HEX triplet: 8B, C9 and AC. RGB value is (139,201,172). Sum of RGB (Red+Green+Blue) = 139+201+172=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC9AC is #743653. Grayscale: #B3B3B3. Windows color (decimal): -7616084 or 11323787. OLE color: 11323787.

HSL color Cylindrical-coordinate representation of color #8BC9AC: hue angle of 151.94º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC9AC is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB139201172-
CMYK0.3100.140.21
HSL151.94º36.47%66.67%-
HSV(B)151.94º30.85%78.82%-
XYZ38.9850.2446.67-
YUV179.16123.9699.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=27.15%
G=39.26%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392011720.3100.140.21151.9436.4766.67
Hex8BC9AC1F0E15982443
Octal213311254370162523044103
Binary100010111100100110101100111110111010101100110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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