#8DC9AC

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

Shades of Vista Blue #8DC9AC

Tints of Vista Blue #8DC9AC

Color information

#8DC9AC (or 0x8DC9AC) is unknown color: approx Vista Blue. HEX triplet: 8D, C9 and AC. RGB value is (141,201,172). Sum of RGB (Red+Green+Blue) = 141+201+172=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC9AC is #723653. Grayscale: #B3B3B3. Windows color (decimal): -7485012 or 11323789. OLE color: 11323789.

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

Color convert

RGB141201172-
CMYK0.3000.140.21
HSL151º35.71%67.06%-
HSV(B)151º29.85%78.82%-
XYZ39.3250.4146.69-
YUV179.75123.62100.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.43%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=27.43%
G=39.11%
B=33.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412011720.3000.140.2115135.7167.06
Hex8DC9AC1E0E15972443
Octal215311254360162522744103
Binary100011011100100110101100111100111010101100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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