#8BC4A9

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

Shades of Vista Blue #8BC4A9

Tints of Vista Blue #8BC4A9

Color information

#8BC4A9 (or 0x8BC4A9) is unknown color: approx Vista Blue. HEX triplet: 8B, C4 and A9. RGB value is (139,196,169). Sum of RGB (Red+Green+Blue) = 139+196+169=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC4A9 is #743B56. Grayscale: #AFAFAF. Windows color (decimal): -7617367 or 11125899. OLE color: 11125899.

HSL color Cylindrical-coordinate representation of color #8BC4A9: hue angle of 151.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC4A9 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB139196169-
CMYK0.2900.140.23
HSL151.58º32.57%65.69%-
HSV(B)151.58º29.08%76.86%-
XYZ37.5547.8344.79-
YUV175.88124.12101.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=27.58%
G=38.89%
B=33.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961690.2900.140.23151.5832.5765.69
Hex8BC4A91D0E17982142
Octal213304251350162723041102
Binary100010111100010010101001111010111010111100110001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,169); }

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

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

 a { background-color: rgb(139,196,169); }

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

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

 span { border-color: rgb(139,196,169); }

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