#8DC8AD

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

Shades of Vista Blue #8DC8AD

Tints of Vista Blue #8DC8AD

Color information

#8DC8AD (or 0x8DC8AD) is unknown color: approx Vista Blue. HEX triplet: 8D, C8 and AD. RGB value is (141,200,173). Sum of RGB (Red+Green+Blue) = 141+200+173=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC8AD is #723752. Grayscale: #B3B3B3. Windows color (decimal): -7485267 or 11389069. OLE color: 11389069.

HSL color Cylindrical-coordinate representation of color #8DC8AD: hue angle of 152.54º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC8AD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB141200173-
CMYK0.2900.140.22
HSL152.54º34.91%66.86%-
HSV(B)152.54º29.5%78.43%-
XYZ39.1849.9947.12-
YUV179.28124.45100.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.43%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=27.43%
G=38.91%
B=33.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001730.2900.140.22152.5434.9166.86
Hex8DC8AD1D0E16992343
Octal215310255350162623143103
Binary100011011100100010101101111010111010110100110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,173); }

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

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

 a { background-color: rgb(141,200,173); }

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

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

 span { border-color: rgb(141,200,173); }

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