Html Css Color HEX #9EB6AD Skeptic

📋 copy color: '#9EB6AD'

red 158 ◦ green 182 ◦ blue 173

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

Shades of Skeptic #9EB6AD

Tints of Skeptic #9EB6AD

RGB

 RED value IS 158 (62.11% from 255) = 30.8%

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

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

R = 30.8%
G = 35.48%
B = 33.72%

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

#9EB6AD (or 0x9EB6AD) is known color: Skeptic. HEX triplet: 9E, B6 and AD. RGB value is (158,182,173). Sum of RGB (Red+Green+Blue) = 158+182+173=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6AD is #614952. Grayscale: #ADADAD. Windows color (decimal): -6375763 or 11384478. OLE color: 11384478.

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

Color convert

RGB 158 182 173 -
CMYK 0.13 0 0.05 0.29
HSL 157.5º 0.14% 0.67% -
HSV(B) 157.5º 0.13% 0.71% -
XYZ 38.37 43.74 45.96 -
YUV 173.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 158 182 173 0.13 0 0.05 0.29 157.5 0.14 0.67
Hex 9E B6 AD D 0 5 1D 9E E 43
Octal 236 266 255 15 0 5 35 236 16 103
Binary 10011110 10110110 10101101 1101 0 101 11101 10011110 1110 1000011

Color Harmonies of #9EB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6AD

Black with #9EB6AD

Text Example


Text Example

White with #9EB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,173); }

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

background-color css

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

 a { background-color: rgb(158,182,173); }

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

border-color css

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

 span { border-color: rgb(158,182,173); }

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