#9BBBAE

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

Shades of Skeptic #9BBBAE

Tints of Skeptic #9BBBAE

Color information

#9BBBAE (or 0x9BBBAE) is unknown color: approx Skeptic. HEX triplet: 9B, BB and AE. RGB value is (155,187,174). Sum of RGB (Red+Green+Blue) = 155+187+174=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBAE is #644451. Grayscale: #AFAFAF. Windows color (decimal): -6571090 or 11451291. OLE color: 11451291.

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

Color convert

RGB155187174-
CMYK0.1700.070.27
HSL155.62º19.05%67.06%-
HSV(B)155.62º17.11%73.33%-
XYZ38.9345.5746.79-
YUV175.95126.9113.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=30.04%
G=36.24%
B=33.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871740.1700.070.27155.6219.0567.06
Hex9BBBAE11071B9c1343
Octal23327325621073323423103
Binary1001101110111011101011101000101111101110011100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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