#9CC6AF

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

Shades of Vista Blue #9CC6AF

Tints of Vista Blue #9CC6AF

Color information

#9CC6AF (or 0x9CC6AF) is unknown color: approx Vista Blue. HEX triplet: 9C, C6 and AF. RGB value is (156,198,175). Sum of RGB (Red+Green+Blue) = 156+198+175=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC6AF is #633950. Grayscale: #B6B6B6. Windows color (decimal): -6502737 or 11519644. OLE color: 11519644.

HSL color Cylindrical-coordinate representation of color #9CC6AF: hue angle of 147.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC6AF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB156198175-
CMYK0.2100.120.22
HSL147.14º26.92%69.41%-
HSV(B)147.14º21.21%77.65%-
XYZ41.6450.5548.12-
YUV182.82123.59108.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=29.49%
G=37.43%
B=33.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561981750.2100.120.22147.1426.9269.41
Hex9CC6AF150C16931b45
Octal234306257250142622333105
Binary10011100110001101010111110101011001011010010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CC6AF; }

 p { color: rgb(156,198,175); }

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

<style>
 a { background-color: #9CC6AF; }

 a { background-color: rgb(156,198,175); }

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

<style>
 span { border-color: #9CC6AF; }

 span { border-color: rgb(156,198,175); }

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