#9FBAAD

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

Shades of Skeptic #9FBAAD

Tints of Skeptic #9FBAAD

Color information

#9FBAAD (or 0x9FBAAD) is unknown color: approx Skeptic. HEX triplet: 9F, BA and AD. RGB value is (159,186,173). Sum of RGB (Red+Green+Blue) = 159+186+173=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAAD is #604552. Grayscale: #B0B0B0. Windows color (decimal): -6309203 or 11385503. OLE color: 11385503.

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

Color convert

RGB159186173-
CMYK0.1500.070.27
HSL151.11º16.36%67.65%-
HSV(B)151.11º14.52%72.94%-
XYZ39.445.5146.24-
YUV176.44126.05115.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=30.69%
G=35.91%
B=33.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861730.1500.070.27151.1116.3667.65
Hex9FBAADF071B971044
Octal23727225517073322720104
Binary100111111011101010101101111101111101110010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,173); }

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

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

 a { background-color: rgb(159,186,173); }

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

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

 span { border-color: rgb(159,186,173); }

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