Html Css Color HEX #9DB2AB Skeptic

📋 copy color: '#9DB2AB'

red 157 ◦ green 178 ◦ blue 171

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

Shades of Skeptic #9DB2AB

Tints of Skeptic #9DB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 31.03%
G = 35.18%
B = 33.79%

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

#9DB2AB (or 0x9DB2AB) is known color: Skeptic. HEX triplet: 9D, B2 and AB. RGB value is (157,178,171). Sum of RGB (Red+Green+Blue) = 157+178+171=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2AB is #624D54. Grayscale: #AAAAAA. Windows color (decimal): -6442325 or 11252381. OLE color: 11252381.

HSL color Cylindrical-coordinate representation of color #9DB2AB: hue angle of 160º degrees, saturation: 0.12, 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 #9DB2AB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 171 -
CMYK 0.12 0 0.04 0.30
HSL 160º 0.12% 0.66% -
HSV(B) 160º 0.12% 0.7% -
XYZ 37.18 41.95 44.67 -
YUV 170.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 157 178 171 0.12 0 0.04 0.30 160 0.12 0.66
Hex 9D B2 AB C 0 4 1E A0 C 42
Octal 235 262 253 14 0 4 36 240 14 102
Binary 10011101 10110010 10101011 1100 0 100 11110 10100000 1100 1000010

Color Harmonies of #9DB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB2AB

Black with #9DB2AB

Text Example


Text Example

White with #9DB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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