#9CD6AF

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

Shades of Vista Blue #9CD6AF

Tints of Vista Blue #9CD6AF

Color information

#9CD6AF (or 0x9CD6AF) is unknown color: approx Vista Blue. HEX triplet: 9C, D6 and AF. RGB value is (156,214,175). Sum of RGB (Red+Green+Blue) = 156+214+175=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD6AF is #632950. Grayscale: #C0C0C0. Windows color (decimal): -6498641 or 11523740. OLE color: 11523740.

HSL color Cylindrical-coordinate representation of color #9CD6AF: hue angle of 139.66º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD6AF is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB156214175-
CMYK0.2700.180.16
HSL139.66º41.43%72.55%-
HSV(B)139.66º27.1%83.92%-
XYZ45.4958.2649.4-
YUV192.21118.28102.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=28.62%
G=39.27%
B=32.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562141750.2700.180.16139.6641.4372.55
Hex9CD6AF1B012108c2949
Octal234326257330222021451111
Binary1001110011010110101011111101101001010000100011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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