#9EBDAC

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

Shades of Skeptic #9EBDAC

Tints of Skeptic #9EBDAC

Color information

#9EBDAC (or 0x9EBDAC) is unknown color: approx Skeptic. HEX triplet: 9E, BD and AC. RGB value is (158,189,172). Sum of RGB (Red+Green+Blue) = 158+189+172=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDAC is #614253. Grayscale: #B1B1B1. Windows color (decimal): -6373972 or 11320734. OLE color: 11320734.

HSL color Cylindrical-coordinate representation of color #9EBDAC: hue angle of 147.1º 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 #9EBDAC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB158189172-
CMYK0.1600.090.26
HSL147.1º19.02%68.04%-
HSV(B)147.1º16.4%74.12%-
XYZ39.7446.6445.94-
YUV177.79124.73113.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=30.44%
G=36.42%
B=33.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891720.1600.090.26147.119.0268.04
Hex9EBDAC10091A931344
Octal236275254200113222323104
Binary10011110101111011010110010000010011101010010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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