#8DD9AC

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

Shades of Vista Blue #8DD9AC

Tints of Vista Blue #8DD9AC

Color information

#8DD9AC (or 0x8DD9AC) is unknown color: approx Vista Blue. HEX triplet: 8D, D9 and AC. RGB value is (141,217,172). Sum of RGB (Red+Green+Blue) = 141+217+172=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD9AC is #722653. Grayscale: #BDBDBD. Windows color (decimal): -7480916 or 11327885. OLE color: 11327885.

HSL color Cylindrical-coordinate representation of color #8DD9AC: hue angle of 144.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD9AC is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB141217172-
CMYK0.3500.210.15
HSL144.47º50%70.2%-
HSV(B)144.47º35.02%85.1%-
XYZ43.2458.2748-
YUV189.15118.3293.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=26.60%
G=40.94%
B=32.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171720.3500.210.15144.475070.2
Hex8DD9AC23015F903246
Octal215331254430251722062106
Binary1000110111011001101011001000110101011111100100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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