#8DC6A7

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

Shades of Vista Blue #8DC6A7

Tints of Vista Blue #8DC6A7

Color information

#8DC6A7 (or 0x8DC6A7) is unknown color: approx Vista Blue. HEX triplet: 8D, C6 and A7. RGB value is (141,198,167). Sum of RGB (Red+Green+Blue) = 141+198+167=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC6A7 is #723958. Grayscale: #B1B1B1. Windows color (decimal): -7485785 or 10995341. OLE color: 10995341.

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

Color convert

RGB141198167-
CMYK0.2900.160.22
HSL147.37º33.33%66.47%-
HSV(B)147.37º28.79%77.65%-
XYZ38.1548.8443.98-
YUV177.42122.12102.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=27.87%
G=39.13%
B=33.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981670.2900.160.22147.3733.3366.47
Hex8DC6A71D01016932142
Octal215306247350202622341102
Binary1000110111000110101001111110101000010110100100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,167); }

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

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

 a { background-color: rgb(141,198,167); }

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

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

 span { border-color: rgb(141,198,167); }

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