#9DC3AF

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

Shades of Skeptic #9DC3AF

Tints of Skeptic #9DC3AF

Color information

#9DC3AF (or 0x9DC3AF) is unknown color: approx Skeptic. HEX triplet: 9D, C3 and AF. RGB value is (157,195,175). Sum of RGB (Red+Green+Blue) = 157+195+175=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC3AF is #623C50. Grayscale: #B5B5B5. Windows color (decimal): -6437969 or 11518877. OLE color: 11518877.

HSL color Cylindrical-coordinate representation of color #9DC3AF: hue angle of 148.42º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC3AF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB157195175-
CMYK0.1900.100.24
HSL148.42º24.05%69.02%-
HSV(B)148.42º19.49%76.47%-
XYZ41.1649.2947.9-
YUV181.36124.41110.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=29.79%
G=37.00%
B=33.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571951750.1900.100.24148.4224.0569.02
Hex9DC3AF130A18941845
Octal235303257230123022430105
Binary10011101110000111010111110011010101100010010100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,195,175); }

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

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

 a { background-color: rgb(157,195,175); }

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

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

 span { border-color: rgb(157,195,175); }

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