#9DC4AD

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

Shades of Vista Blue #9DC4AD

Tints of Vista Blue #9DC4AD

Color information

#9DC4AD (or 0x9DC4AD) is unknown color: approx Vista Blue. HEX triplet: 9D, C4 and AD. RGB value is (157,196,173). Sum of RGB (Red+Green+Blue) = 157+196+173=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC4AD is #623B52. Grayscale: #B5B5B5. Windows color (decimal): -6437715 or 11388061. OLE color: 11388061.

HSL color Cylindrical-coordinate representation of color #9DC4AD: hue angle of 144.62º 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 #9DC4AD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB157196173-
CMYK0.2000.120.23
HSL144.62º24.84%69.22%-
HSV(B)144.62º19.9%76.86%-
XYZ41.1949.6746.95-
YUV181.72123.08110.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=29.85%
G=37.26%
B=32.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1571961730.2000.120.23144.6224.8469.22
Hex9DC4AD140C17911945
Octal235304255240142722131105
Binary10011101110001001010110110100011001011110010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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