Html Css Color HEX #9DB4AB Skeptic

📋 copy color: '#9DB4AB'

red 157 ◦ green 180 ◦ blue 171

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

Shades of Skeptic #9DB4AB

Tints of Skeptic #9DB4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 30.91%
G = 35.43%
B = 33.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#9DB4AB (or 0x9DB4AB) is known color: Skeptic. HEX triplet: 9D, B4 and AB. RGB value is (157,180,171). Sum of RGB (Red+Green+Blue) = 157+180+171=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4AB is #624B54. Grayscale: #ACACAC. Windows color (decimal): -6441813 or 11252893. OLE color: 11252893.

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

Color convert

RGB 157 180 171 -
CMYK 0.13 0 0.05 0.29
HSL 156.52º 0.13% 0.66% -
HSV(B) 156.52º 0.13% 0.71% -
XYZ 37.58 42.75 44.8 -
YUV 172.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 157 180 171 0.13 0 0.05 0.29 156.52 0.13 0.66
Hex 9D B4 AB D 0 5 1D 9D D 42
Octal 235 264 253 15 0 5 35 235 15 102
Binary 10011101 10110100 10101011 1101 0 101 11101 10011101 1101 1000010

Color Harmonies of #9DB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4AB

Black with #9DB4AB

Text Example


Text Example

White with #9DB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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