#9DB5AB

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

Shades of Skeptic #9DB5AB

Tints of Skeptic #9DB5AB

Color information

#9DB5AB (or 0x9DB5AB) is unknown color: approx Skeptic. HEX triplet: 9D, B5 and AB. RGB value is (157,181,171). Sum of RGB (Red+Green+Blue) = 157+181+171=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB5AB is #624A54. Grayscale: #ACACAC. Windows color (decimal): -6441557 or 11253149. OLE color: 11253149.

HSL color Cylindrical-coordinate representation of color #9DB5AB: hue angle of 155º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5AB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB157181171-
CMYK0.1300.060.29
HSL155º13.95%66.27%-
HSV(B)155º13.26%70.98%-
XYZ37.7843.1644.87-
YUV172.68127.05116.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=30.84%
G=35.56%
B=33.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811710.1300.060.2915513.9566.27
Hex9DB5ABD061D9be42
Octal23526525315063523316102
Binary10011101101101011010101111010110111011001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,171); }

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

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

 a { background-color: rgb(157,181,171); }

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

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

 span { border-color: rgb(157,181,171); }

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