Html Css Color HEX #9EB0A9 Skeptic

📋 copy color: '#9EB0A9'

red 158 ◦ green 176 ◦ blue 169

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

Shades of Skeptic #9EB0A9

Tints of Skeptic #9EB0A9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 31.41%
G = 34.99%
B = 33.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#9EB0A9 (or 0x9EB0A9) is known color: Skeptic. HEX triplet: 9E, B0 and A9. RGB value is (158,176,169). Sum of RGB (Red+Green+Blue) = 158+176+169=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB0A9 is #614F56. Grayscale: #A9A9A9. Windows color (decimal): -6377303 or 11120798. OLE color: 11120798.

HSL color Cylindrical-coordinate representation of color #9EB0A9: hue angle of 156.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EB0A9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 176 169 -
CMYK 0.10 0 0.04 0.31
HSL 156.67º 0.1% 0.65% -
HSV(B) 156.67º 0.1% 0.69% -
XYZ 36.79 41.18 43.55 -
YUV 169.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 158 176 169 0.10 0 0.04 0.31 156.67 0.1 0.65
Hex 9E B0 A9 A 0 4 1F 9D A 41
Octal 236 260 251 12 0 4 37 235 12 101
Binary 10011110 10110000 10101001 1010 0 100 11111 10011101 1010 1000001

Color Harmonies of #9EB0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB0A9

Black with #9EB0A9

Text Example


Text Example

White with #9EB0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,176,169); }

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

background-color css

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

 a { background-color: rgb(158,176,169); }

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

border-color css

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

 span { border-color: rgb(158,176,169); }

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