#9DB6AE

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

Shades of Skeptic #9DB6AE

Tints of Skeptic #9DB6AE

Color information

#9DB6AE (or 0x9DB6AE) is unknown color: approx Skeptic. HEX triplet: 9D, B6 and AE. RGB value is (157,182,174). Sum of RGB (Red+Green+Blue) = 157+182+174=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6AE is #624951. Grayscale: #ADADAD. Windows color (decimal): -6441298 or 11450013. OLE color: 11450013.

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

Color convert

RGB157182174-
CMYK0.1400.040.29
HSL160.8º14.62%66.47%-
HSV(B)160.8º13.74%71.37%-
XYZ38.2743.6846.46-
YUV173.61128.22116.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=30.60%
G=35.48%
B=33.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821740.1400.040.29160.814.6266.47
Hex9DB6AEE041Da1f42
Octal23526625616043524117102
Binary10011101101101101010111011100100111011010000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,174); }

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

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

 a { background-color: rgb(157,182,174); }

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

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

 span { border-color: rgb(157,182,174); }

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