#8CC6A9

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

Shades of Vista Blue #8CC6A9

Tints of Vista Blue #8CC6A9

Color information

#8CC6A9 (or 0x8CC6A9) is unknown color: approx Vista Blue. HEX triplet: 8C, C6 and A9. RGB value is (140,198,169). Sum of RGB (Red+Green+Blue) = 140+198+169=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC6A9 is #733956. Grayscale: #B1B1B1. Windows color (decimal): -7551319 or 11126412. OLE color: 11126412.

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

Color convert

RGB140198169-
CMYK0.2900.150.22
HSL150º33.72%66.27%-
HSV(B)150º29.29%77.65%-
XYZ38.1748.8344.95-
YUV177.35123.28101.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=27.61%
G=39.05%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401981690.2900.150.2215033.7266.27
Hex8CC6A91D0F16962242
Octal214306251350172622642102
Binary100011001100011010101001111010111110110100101101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,169); }

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

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

 a { background-color: rgb(140,198,169); }

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

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

 span { border-color: rgb(140,198,169); }

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