#8DD9AA

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

Shades of Vista Blue #8DD9AA

Tints of Vista Blue #8DD9AA

Color information

#8DD9AA (or 0x8DD9AA) is unknown color: approx Vista Blue. HEX triplet: 8D, D9 and AA. RGB value is (141,217,170). Sum of RGB (Red+Green+Blue) = 141+217+170=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD9AA is #722655. Grayscale: #BDBDBD. Windows color (decimal): -7480918 or 11196813. OLE color: 11196813.

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

Color convert

RGB141217170-
CMYK0.3500.220.15
HSL142.89º50%70.2%-
HSV(B)142.89º35.02%85.1%-
XYZ43.0558.1946.99-
YUV188.92117.3293.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=26.70%
G=41.10%
B=32.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171700.3500.220.15142.895070.2
Hex8DD9AA23016F8f3246
Octal215331252430261721762106
Binary1000110111011001101010101000110101101111100011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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