Html Css Color HEX #9DB6AB Skeptic

📋 copy color: '#9DB6AB'

red 157 ◦ green 182 ◦ blue 171

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

Shades of Skeptic #9DB6AB

Tints of Skeptic #9DB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

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

R = 30.78%
G = 35.69%
B = 33.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#9DB6AB (or 0x9DB6AB) is known color: Skeptic. HEX triplet: 9D, B6 and AB. RGB value is (157,182,171). Sum of RGB (Red+Green+Blue) = 157+182+171=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6AB is #624954. Grayscale: #ADADAD. Windows color (decimal): -6441301 or 11253405. OLE color: 11253405.

HSL color Cylindrical-coordinate representation of color #9DB6AB: hue angle of 153.6º 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 #9DB6AB is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 171 -
CMYK 0.14 0 0.06 0.29
HSL 153.6º 0.15% 0.66% -
HSV(B) 153.6º 0.14% 0.71% -
XYZ 37.98 43.56 44.93 -
YUV 173.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 157 182 171 0.14 0 0.06 0.29 153.6 0.15 0.66
Hex 9D B6 AB E 0 6 1D 9A F 42
Octal 235 266 253 16 0 6 35 232 17 102
Binary 10011101 10110110 10101011 1110 0 110 11101 10011010 1111 1000010

Color Harmonies of #9DB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB6AB

Black with #9DB6AB

Text Example


Text Example

White with #9DB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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