#9EBDAD

Color #9EBDAD Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9EBDAD

Tints of Skeptic #9EBDAD

Color information

#9EBDAD (or 0x9EBDAD) is unknown color: approx Skeptic. HEX triplet: 9E, BD and AD. RGB value is (158,189,173). Sum of RGB (Red+Green+Blue) = 158+189+173=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDAD is #614252. Grayscale: #B1B1B1. Windows color (decimal): -6373971 or 11386270. OLE color: 11386270.

HSL color Cylindrical-coordinate representation of color #9EBDAD: hue angle of 149.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDAD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB158189173-
CMYK0.1600.080.26
HSL149.03º19.02%68.04%-
HSV(B)149.03º16.4%74.12%-
XYZ39.8446.6846.45-
YUV177.91125.23113.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=30.38%
G=36.35%
B=33.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891730.1600.080.26149.0319.0268.04
Hex9EBDAD10081A951344
Octal236275255200103222523104
Binary10011110101111011010110110000010001101010010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBDAD;
 }
 .AnyTagClassName
 {
   color: #9EBDAD;
 }
</style>
background-color css

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

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

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

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

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

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