#9EBBAF

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

Shades of Skeptic #9EBBAF

Tints of Skeptic #9EBBAF

Color information

#9EBBAF (or 0x9EBBAF) is unknown color: approx Skeptic. HEX triplet: 9E, BB and AF. RGB value is (158,187,175). Sum of RGB (Red+Green+Blue) = 158+187+175=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAF is #614450. Grayscale: #B0B0B0. Windows color (decimal): -6374481 or 11516830. OLE color: 11516830.

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

Color convert

RGB158187175-
CMYK0.1600.060.27
HSL155.17º17.58%67.65%-
HSV(B)155.17º15.51%73.33%-
XYZ39.6145.947.33-
YUV176.96126.89114.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=30.38%
G=35.96%
B=33.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871750.1600.060.27155.1717.5867.65
Hex9EBBAF10061B9b1244
Octal23627325720063323322104
Binary1001111010111011101011111000001101101110011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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