#9DC4AF

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

Shades of Vista Blue #9DC4AF

Tints of Vista Blue #9DC4AF

Color information

#9DC4AF (or 0x9DC4AF) is unknown color: approx Vista Blue. HEX triplet: 9D, C4 and AF. RGB value is (157,196,175). Sum of RGB (Red+Green+Blue) = 157+196+175=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC4AF is #623B50. Grayscale: #B5B5B5. Windows color (decimal): -6437713 or 11519133. OLE color: 11519133.

HSL color Cylindrical-coordinate representation of color #9DC4AF: hue angle of 147.69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DC4AF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB157196175-
CMYK0.2000.110.23
HSL147.69º24.84%69.22%-
HSV(B)147.69º19.9%76.86%-
XYZ41.3849.7447.98-
YUV181.94124.08110.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=29.73%
G=37.12%
B=33.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1571961750.2000.110.23147.6924.8469.22
Hex9DC4AF140B17941945
Octal235304257240132722431105
Binary10011101110001001010111110100010111011110010100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,196,175); }

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

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

 a { background-color: rgb(157,196,175); }

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

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

 span { border-color: rgb(157,196,175); }

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