#9EBBAE

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

Shades of Skeptic #9EBBAE

Tints of Skeptic #9EBBAE

Color information

#9EBBAE (or 0x9EBBAE) is unknown color: approx Skeptic. HEX triplet: 9E, BB and AE. RGB value is (158,187,174). Sum of RGB (Red+Green+Blue) = 158+187+174=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAE is #614451. Grayscale: #B0B0B0. Windows color (decimal): -6374482 or 11451294. OLE color: 11451294.

HSL color Cylindrical-coordinate representation of color #9EBBAE: hue angle of 153.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBAE is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB158187174-
CMYK0.1600.070.27
HSL153.1º17.58%67.65%-
HSV(B)153.1º15.51%73.33%-
XYZ39.5145.8746.81-
YUV176.85126.39114.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=30.44%
G=36.03%
B=33.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871740.1600.070.27153.117.5867.65
Hex9EBBAE10071B991244
Octal23627325620073323122104
Binary1001111010111011101011101000001111101110011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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