Html Css Color HEX #9FB9AD Skeptic

📋 copy color: '#9FB9AD'

red 159 ◦ green 185 ◦ blue 173

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

Shades of Skeptic #9FB9AD

Tints of Skeptic #9FB9AD

RGB

 RED value IS 159 (62.5% from 255) = 30.75%

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 30.75%
G = 35.78%
B = 33.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#9FB9AD (or 0x9FB9AD) is known color: Skeptic. HEX triplet: 9F, B9 and AD. RGB value is (159,185,173). Sum of RGB (Red+Green+Blue) = 159+185+173=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB9AD is #604652. Grayscale: #AFAFAF. Windows color (decimal): -6309459 or 11385247. OLE color: 11385247.

HSL color Cylindrical-coordinate representation of color #9FB9AD: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB9AD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 173 -
CMYK 0.14 0 0.06 0.27
HSL 152.31º 0.16% 0.67% -
HSV(B) 152.31º 0.14% 0.73% -
XYZ 39.19 45.09 46.17 -
YUV 175.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 159 185 173 0.14 0 0.06 0.27 152.31 0.16 0.67
Hex 9F B9 AD E 0 6 1B 98 10 43
Octal 237 271 255 16 0 6 33 230 20 103
Binary 10011111 10111001 10101101 1110 0 110 11011 10011000 10000 1000011

Color Harmonies of #9FB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB9AD

Black with #9FB9AD

Text Example


Text Example

White with #9FB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,173); }

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

background-color css

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

 a { background-color: rgb(159,185,173); }

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

border-color css

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

 span { border-color: rgb(159,185,173); }

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