#8DD9AB

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

Shades of Vista Blue #8DD9AB

Tints of Vista Blue #8DD9AB

Color information

#8DD9AB (or 0x8DD9AB) is unknown color: approx Vista Blue. HEX triplet: 8D, D9 and AB. RGB value is (141,217,171). Sum of RGB (Red+Green+Blue) = 141+217+171=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD9AB is #722654. Grayscale: #BDBDBD. Windows color (decimal): -7480917 or 11262349. OLE color: 11262349.

HSL color Cylindrical-coordinate representation of color #8DD9AB: hue angle of 143.68º 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 #8DD9AB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB141217171-
CMYK0.3500.210.15
HSL143.68º50%70.2%-
HSV(B)143.68º35.02%85.1%-
XYZ43.1558.2347.49-
YUV189.03117.8293.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=26.65%
G=41.02%
B=32.33%

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
Decimal1412171710.3500.210.15143.685070.2
Hex8DD9AB23015F903246
Octal215331253430251722062106
Binary1000110111011001101010111000110101011111100100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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