Html Css Color HEX #9DC4AD Vista Blue

📋 copy color: '#9DC4AD'

red 157 ◦ green 196 ◦ blue 173

#9DC4AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #9DC4AD

Tints of Vista Blue #9DC4AD

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 value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#9DC4AD (or 0x9DC4AD) is known color: 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

RGB 157 196 173 -
CMYK 0.20 0 0.12 0.23
HSL 144.62º 0.25% 0.69% -
HSV(B) 144.62º 0.2% 0.77% -
XYZ 41.19 49.67 46.95 -
YUV 181.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 157 196 173 0.20 0 0.12 0.23 144.62 0.25 0.69
Hex 9D C4 AD 14 0 C 17 91 19 45
Octal 235 304 255 24 0 14 27 221 31 105
Binary 10011101 11000100 10101101 10100 0 1100 10111 10010001 11001 1000101

Color Harmonies of #9DC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC4AD

Black with #9DC4AD

Text Example


Text Example

White with #9DC4AD

Text Example


Text Example

HTML Codes & Css Web 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>