#8DC4A9

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

Shades of Vista Blue #8DC4A9

Tints of Vista Blue #8DC4A9

Color information

#8DC4A9 (or 0x8DC4A9) is unknown color: approx Vista Blue. HEX triplet: 8D, C4 and A9. RGB value is (141,196,169). Sum of RGB (Red+Green+Blue) = 141+196+169=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC4A9 is #723B56. Grayscale: #B0B0B0. Windows color (decimal): -7486295 or 11125901. OLE color: 11125901.

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

Color convert

RGB141196169-
CMYK0.2800.140.23
HSL150.55º31.79%66.08%-
HSV(B)150.55º28.06%76.86%-
XYZ37.8948.0144.81-
YUV176.48123.78102.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=27.87%
G=38.74%
B=33.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411961690.2800.140.23150.5531.7966.08
Hex8DC4A91C0E17972042
Octal215304251340162722740102
Binary100011011100010010101001111000111010111100101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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