Html Css Color HEX #9DC8AD Vista Blue

📋 copy color: '#9DC8AD'

red 157 ◦ green 200 ◦ blue 173

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

Shades of Vista Blue #9DC8AD

Tints of Vista Blue #9DC8AD

RGB

 RED value IS 157 (61.72% from 255) = 29.62%

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 29.62%
G = 37.74%
B = 32.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#9DC8AD (or 0x9DC8AD) is known color: Vista Blue. HEX triplet: 9D, C8 and AD. RGB value is (157,200,173). Sum of RGB (Red+Green+Blue) = 157+200+173=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC8AD is #623752. Grayscale: #B8B8B8. Windows color (decimal): -6436691 or 11389085. OLE color: 11389085.

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

Color convert

RGB 157 200 173 -
CMYK 0.22 0 0.14 0.22
HSL 142.33º 0.28% 0.7% -
HSV(B) 142.33º 0.22% 0.78% -
XYZ 42.1 51.49 47.26 -
YUV 184.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 157 200 173 0.22 0 0.14 0.22 142.33 0.28 0.7
Hex 9D C8 AD 16 0 E 16 8E 1C 46
Octal 235 310 255 26 0 16 26 216 34 106
Binary 10011101 11001000 10101101 10110 0 1110 10110 10001110 11100 1000110

Color Harmonies of #9DC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC8AD

Black with #9DC8AD

Text Example


Text Example

White with #9DC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DC8AD;
 }
 .AnyTagClassName
 {
   color: #9DC8AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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