#8DD9AE

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

Shades of Vista Blue #8DD9AE

Tints of Vista Blue #8DD9AE

Color information

#8DD9AE (or 0x8DD9AE) is unknown color: approx Vista Blue. HEX triplet: 8D, D9 and AE. RGB value is (141,217,174). Sum of RGB (Red+Green+Blue) = 141+217+174=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD9AE is #722651. Grayscale: #BDBDBD. Windows color (decimal): -7480914 or 11458957. OLE color: 11458957.

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

Color convert

RGB141217174-
CMYK0.3500.200.15
HSL146.05º50%70.2%-
HSV(B)146.05º35.02%85.1%-
XYZ43.4458.3449.02-
YUV189.37119.3293.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=26.50%
G=40.79%
B=32.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171740.3500.200.15146.055070.2
Hex8DD9AE23014F923246
Octal215331256430241722262106
Binary1000110111011001101011101000110101001111100100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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