#8DC8AE

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

Shades of Vista Blue #8DC8AE

Tints of Vista Blue #8DC8AE

Color information

#8DC8AE (or 0x8DC8AE) is unknown color: approx Vista Blue. HEX triplet: 8D, C8 and AE. RGB value is (141,200,174). Sum of RGB (Red+Green+Blue) = 141+200+174=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC8AE is #723751. Grayscale: #B3B3B3. Windows color (decimal): -7485266 or 11454605. OLE color: 11454605.

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

Color convert

RGB141200174-
CMYK0.2900.130.22
HSL153.56º34.91%66.86%-
HSV(B)153.56º29.5%78.43%-
XYZ39.2850.0347.63-
YUV179.4124.95100.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=27.38%
G=38.83%
B=33.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001740.2900.130.22153.5634.9166.86
Hex8DC8AE1D0D169a2343
Octal215310256350152623243103
Binary100011011100100010101110111010110110110100110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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