#9DBAA9

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

Shades of Skeptic #9DBAA9

Tints of Skeptic #9DBAA9

Color information

#9DBAA9 (or 0x9DBAA9) is unknown color: approx Skeptic. HEX triplet: 9D, BA and A9. RGB value is (157,186,169). Sum of RGB (Red+Green+Blue) = 157+186+169=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAA9 is #624556. Grayscale: #AFAFAF. Windows color (decimal): -6440279 or 11123357. OLE color: 11123357.

HSL color Cylindrical-coordinate representation of color #9DBAA9: hue angle of 144.83º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAA9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB157186169-
CMYK0.1600.090.27
HSL144.83º17.37%67.25%-
HSV(B)144.83º15.59%72.94%-
XYZ38.6245.1544.22-
YUV175.39124.39114.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=30.66%
G=36.33%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861690.1600.090.27144.8317.3767.25
Hex9DBAA910091B911143
Octal235272251200113322121103
Binary10011101101110101010100110000010011101110010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,169); }

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

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

 a { background-color: rgb(157,186,169); }

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

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

 span { border-color: rgb(157,186,169); }

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