#9DB7AD

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

Shades of Skeptic #9DB7AD

Tints of Skeptic #9DB7AD

Color information

#9DB7AD (or 0x9DB7AD) is unknown color: approx Skeptic. HEX triplet: 9D, B7 and AD. RGB value is (157,183,173). Sum of RGB (Red+Green+Blue) = 157+183+173=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7AD is #624852. Grayscale: #AEAEAE. Windows color (decimal): -6441043 or 11384733. OLE color: 11384733.

HSL color Cylindrical-coordinate representation of color #9DB7AD: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB7AD is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB157183173-
CMYK0.1400.050.28
HSL156.92º15.29%66.67%-
HSV(B)156.92º14.21%71.76%-
XYZ38.3844.0546.02-
YUV174.09127.39115.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=30.60%
G=35.67%
B=33.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831730.1400.050.28156.9215.2966.67
Hex9DB7ADE051C9df43
Octal23526725516053423517103
Binary10011101101101111010110111100101111001001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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