#9DC8AD

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

Shades of Vista Blue #9DC8AD

Tints of Vista Blue #9DC8AD

Color information

#9DC8AD (or 0x9DC8AD) is unknown color: approx 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.22%. 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

RGB157200173-
CMYK0.2200.140.22
HSL142.33º28.1%70%-
HSV(B)142.33º21.5%78.43%-
XYZ42.151.4947.26-
YUV184.06121.75108.7-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001730.2200.140.22142.3328.170
Hex9DC8AD160E168e1c46
Octal235310255260162621634106
Binary10011101110010001010110110110011101011010001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>