#9CBFAA

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

Shades of Skeptic #9CBFAA

Tints of Skeptic #9CBFAA

Color information

#9CBFAA (or 0x9CBFAA) is unknown color: approx Skeptic. HEX triplet: 9C, BF and AA. RGB value is (156,191,170). Sum of RGB (Red+Green+Blue) = 156+191+170=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBFAA is #634055. Grayscale: #B2B2B2. Windows color (decimal): -6504534 or 11190172. OLE color: 11190172.

HSL color Cylindrical-coordinate representation of color #9CBFAA: hue angle of 144º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBFAA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB156191170-
CMYK0.1800.110.25
HSL144º21.47%68.04%-
HSV(B)144º18.32%74.9%-
XYZ39.647.2345.06-
YUV178.14123.4112.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=30.17%
G=36.94%
B=32.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911700.1800.110.2514421.4768.04
Hex9CBFAA120B19901544
Octal234277252220133122025104
Binary10011100101111111010101010010010111100110010000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,170); }

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

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

 a { background-color: rgb(156,191,170); }

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

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

 span { border-color: rgb(156,191,170); }

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