Html Css Color HEX #9DB3AB Skeptic

📋 copy color: '#9DB3AB'

red 157 ◦ green 179 ◦ blue 171

#9DB3AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #9DB3AB

Tints of Skeptic #9DB3AB

RGB

 RED value IS 157 (61.72% from 255) = 30.97%

 GREEN value IS 179 (70.31% from 255) = 35.31%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 30.97%
G = 35.31%
B = 33.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#9DB3AB (or 0x9DB3AB) is known color: Skeptic. HEX triplet: 9D, B3 and AB. RGB value is (157,179,171). Sum of RGB (Red+Green+Blue) = 157+179+171=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3AB is #624C54. Grayscale: #ABABAB. Windows color (decimal): -6442069 or 11252637. OLE color: 11252637.

HSL color Cylindrical-coordinate representation of color #9DB3AB: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3AB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 171 -
CMYK 0.12 0 0.04 0.30
HSL 158.18º 0.13% 0.66% -
HSV(B) 158.18º 0.12% 0.7% -
XYZ 37.38 42.35 44.73 -
YUV 171.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 157 179 171 0.12 0 0.04 0.30 158.18 0.13 0.66
Hex 9D B3 AB C 0 4 1E 9E D 42
Octal 235 263 253 14 0 4 36 236 15 102
Binary 10011101 10110011 10101011 1100 0 100 11110 10011110 1101 1000010

Color Harmonies of #9DB3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB3AB

Black with #9DB3AB

Text Example


Text Example

White with #9DB3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB3AB;
 }
 .AnyTagClassName
 {
   color: #9DB3AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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