#9DBDAD

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

Shades of Skeptic #9DBDAD

Tints of Skeptic #9DBDAD

Color information

#9DBDAD (or 0x9DBDAD) is unknown color: approx Skeptic. HEX triplet: 9D, BD and AD. RGB value is (157,189,173). Sum of RGB (Red+Green+Blue) = 157+189+173=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDAD is #624252. Grayscale: #B1B1B1. Windows color (decimal): -6439507 or 11386269. OLE color: 11386269.

HSL color Cylindrical-coordinate representation of color #9DBDAD: hue angle of 150º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDAD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB157189173-
CMYK0.1700.080.26
HSL150º19.51%67.84%-
HSV(B)150º16.93%74.12%-
XYZ39.6546.5846.44-
YUV177.61125.4113.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=30.25%
G=36.42%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891730.1700.080.2615019.5167.84
Hex9DBDAD11081A961444
Octal235275255210103222624104
Binary10011101101111011010110110001010001101010010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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