#9EBAAE

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

Shades of Skeptic #9EBAAE

Tints of Skeptic #9EBAAE

Color information

#9EBAAE (or 0x9EBAAE) is unknown color: approx Skeptic. HEX triplet: 9E, BA and AE. RGB value is (158,186,174). Sum of RGB (Red+Green+Blue) = 158+186+174=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBAAE is #614551. Grayscale: #B0B0B0. Windows color (decimal): -6374738 or 11451038. OLE color: 11451038.

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

Color convert

RGB158186174-
CMYK0.1500.060.27
HSL154.29º16.87%67.45%-
HSV(B)154.29º15.05%72.94%-
XYZ39.345.4446.74-
YUV176.26126.72114.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=30.50%
G=35.91%
B=33.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861740.1500.060.27154.2916.8767.45
Hex9EBAAEF061B9a1143
Octal23627225617063323221103
Binary100111101011101010101110111101101101110011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,174); }

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

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

 a { background-color: rgb(158,186,174); }

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

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

 span { border-color: rgb(158,186,174); }

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